"can't open file 'bin/cfclient' : no such file or directory

Post here to get support
Post Reply
Jason94
Beginner
Posts: 2
Joined: Wed Sep 03, 2014 2:58 pm

"can't open file 'bin/cfclient' : no such file or directory

Post by Jason94 »

I'm running the current mac osx and I followed the wiki install instructions without issue. For some reason when I put in the final part (python bin/cfclient), my terminal says that not only can it not open the file, but also the file is completely missing. I can see the file on my desktop so I have no idea as to why I can't start up the client. Anyone else experience the problem or know of a solution?
Jason94
Beginner
Posts: 2
Joined: Wed Sep 03, 2014 2:58 pm

Re: "can't open file 'bin/cfclient' : no such file or direct

Post by Jason94 »

I can run the cfclient now sort of. When I type in "python cfclient.py" it can find the file but says "No pysub instillation found, exiting!" Please help!
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: "can't open file 'bin/cfclient' : no such file or direct

Post by arnaud »

What method did you use to install the libs? macport or brew? If you used macport it seems that you have to call the macport python directly instead of the system python. Aparently it is /opt/local/bin/python2.7
quadsRfun
Beginner
Posts: 9
Joined: Tue Mar 03, 2015 3:34 am

Re: "can't open file 'bin/cfclient' : no such file or direct

Post by quadsRfun »

I am experiencing the same problem - I have pursuit the homebrew approach.

Has anyone had something similar to this?

I can execute the client but once I have entered the command "python bin/cfclient"

I have the error: "No pysub instillation found, exiting!"
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: "can't open file 'bin/cfclient' : no such file or direct

Post by arnaud »

Are you sure you are using the right python interpreter. You can try to run with "/opt/local/bin/python2.7 bin/cfclient"
Post Reply