Beginner question

Firmware/software/electronics/mechanics
whoenig
Expert
Posts: 395
Joined: Mon Oct 27, 2014 2:55 am

Re: Beginner question

Post 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".
luckpolar
Member
Posts: 30
Joined: Thu Oct 09, 2014 11:04 am

Re: Beginner question

Post 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...
whoenig
Expert
Posts: 395
Joined: Mon Oct 27, 2014 2:55 am

Re: Beginner question

Post by whoenig »

The client does not need to be installed. You should just be able to execute "python cfclient.py".
Post Reply