Page 2 of 2

Re: Beginner question

Posted: Wed Nov 19, 2014 4:56 am
by whoenig
You open cmd.exe, in the upcoming black terminal window you change directories to wherever you downloaded pyusb to (e.g. "cd /folder/where/setup.py/is"). Once you are there you can type the command mentioned above "python setup.py install".

Re: Beginner question

Posted: Thu Nov 20, 2014 12:16 pm
by luckpolar
whoenig wrote:You open cmd.exe, in the upcoming black terminal window you change directories to wherever you downloaded pyusb to (e.g. "cd /folder/where/setup.py/is"). Once you are there you can type the command mentioned above "python setup.py install".
Thank you a lot.
I used your method and succeeded to run the setup.py of pyusb.
BUT, still can't run the setup.py of client...

Re: Beginner question

Posted: Fri Nov 21, 2014 3:24 am
by whoenig
The client does not need to be installed. You should just be able to execute "python cfclient.py".