Page 1 of 1

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

Posted: Wed Sep 03, 2014 3:02 pm
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?

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

Posted: Wed Sep 03, 2014 10:50 pm
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!

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

Posted: Fri Sep 05, 2014 8:45 am
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

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

Posted: Tue Mar 03, 2015 3:59 am
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!"

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

Posted: Thu May 28, 2015 10:05 am
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"