Re: [Pyusb-users] pyusb-0.4.1 for cygwin

2009-02-02 Thread Wander Lairson
Hmmm... I think this file is a libusb dependency for cygwin... I guess this a question to libusb guys. Would mind asking it at libusb mailing list? Wander 2009/2/1 David Portabella Clotet : > Hello again Wander, > > Here it is what I tried: > $ cd /usr/lib/python2.5/site-packages/ > $ echo "impor

Re: [Pyusb-users] pyusb-0.4.1 for cygwin

2009-01-31 Thread David Portabella Clotet
Hello again Wander, Here it is what I tried: $ cd /usr/lib/python2.5/site-packages/ $ echo "import usb" >test.py $ python test.py Traceback (most recent call last): File "test.py", line 1, in import usb ImportError: No such file or directory It doesn't like as a python path problem. There

Re: [Pyusb-users] pyusb-0.4.1 for cygwin

2009-01-30 Thread Wander Lairson
Well, I would try but as I am moving to a new house, my computer is inside a box. You could try open a interactive python session from site-packages directory and type: import usb If it works, we have a problem regarding python path. If it does not work, try this: ldd usb.dll And look if at the

Re: [Pyusb-users] pyusb-0.4.1 for cygwin

2009-01-29 Thread Wander Lairson
Probably libusb is not in your cygwin lib path. Try to run some C program demo therein... 2009/1/29 David Portabella Clotet : > Yes. See here: > > $ ls -l /usr/lib/python2.5/site-packages/ > total 2150 > -rwxr-x---+ 1 Administrator Users119 Dec 2 15:30 README > ... > -rw-r--r-- 1 David

Re: [Pyusb-users] pyusb-0.4.1 for cygwin

2009-01-28 Thread David Portabella Clotet
Yes. See here: $ ls -l /usr/lib/python2.5/site-packages/ total 2150 -rwxr-x---+ 1 Administrator Users119 Dec 2 15:30 README ... -rw-r--r-- 1 David None 385 Jan 28 19:38 pyusb-0.4.1-py2.5.egg-info -rwxr-xr-x 1 David None 476414 Jan 26 21:21 usb.dll (both user "David" a

Re: [Pyusb-users] pyusb-0.4.1 for cygwin

2009-01-28 Thread Wander Lairson
Is the usb.pyd in the site-packages file? (or usb.dll) 2009/1/29 David Portabella Clotet : > Hello, > > I am having problems installing PyUSB for Cygwin. > > I've downloaded pyusb-0.4.1.tar.gz from: > http://pyusb.berlios.de/ > http://sourceforge.net/projects/pyusb > > --- > Then, based on the REA

[Pyusb-users] pyusb-0.4.1 for cygwin

2009-01-28 Thread David Portabella Clotet
Hello, I am having problems installing PyUSB for Cygwin. I've downloaded pyusb-0.4.1.tar.gz from: http://pyusb.berlios.de/ http://sourceforge.net/projects/pyusb --- Then, based on the README file, I follow the steps: -install cygwin -download and execute libusb-win32-filter-bin-0.1.12.1.exe fr