On Mon, Aug 29, 2011 at 9:26 PM, Hughes <kidru...@yahoo.com> wrote: ..snip... > Their suggestion was to run > "import usb" > > When I do, I get this error: >>>> import usb > Traceback (most recent call last): > File "<interactive input>", line 1, in <module> > ImportError: DLL load failed: The specified module could not be found. > > I am so lost right now, please someone help. Thank you in advance.
It sounds like you do not have libusb installed (which PyUSB needs). I have 2 suggestions: 1) Try under Linux - this may not be an option for you but I've had success with a Ubuntu Live CD with PyUSB. This stuff is *way* easier under Linux. Ubuntu actually has PyUSB as an apt-get'able package. 2) Under Windows you need to install the driver, and the driver needs to be for the specific device you are using. This installation is not as easy as Linux which just works. It isn't difficult under Windows, just not as trivial as Linux. I went the Linux route first before embarking on Windows to make sure my code worked (and that I understood how it works under Windows). There was a post within the last 2 weeks (maybe even week) with responses on how to handle suggestion #2 and they explain it far better than I just did! So check the archives. Good luck! Chris ------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev _______________________________________________ pyusb-users mailing list pyusb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pyusb-users