I have downloaded pysb 1.0 alpha and when in try to install it with this command ( python setup.py install) get this error:
error package directory 'usb' does not exist .
What can i do ?
Thanks .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to have python installed (v2.5 or higher). If already done, you can copy the usb folder from pyusb to the folder …./python2x/lib/
I think that should work. Assuming you’re using windows.