Re: [pyusb-users] usb.core.find problem after it has been working fine!!!!

2011-11-15 Thread safoura
Hi I just wanted to add that I have installed libusb-win32 if the version of the lib matters! Safoura -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 __

Re: [pyusb-users] usb.core.find problem after it has been working fine!!!!

2011-11-15 Thread Safoura
Hi Wander, So I think it's a "ValueError: No backend available" error. I have the libusb installed. If I run the executable python code(that uses USB module) bu just double clicking on it, I don't get any error. If my java code runs the executable using a Runtime.exe statement, I get that error

Re: [pyusb-users] usb.core.find problem after it has been working fine!!!!

2011-11-15 Thread Wander Lairson Costa
2011/11/15 Safoura : > > Hi again, > > I am working on windows. However I have had the software working on windows 7 > and xp and also not working on two different computers with both windows 7 and > XP! ANd again , not working means when the software runs and the python code > need to be run by th

Re: [pyusb-users] usb.core.find problem after it has been working fine!!!!

2011-11-15 Thread Safoura
Hi again, I am working on windows. However I have had the software working on windows 7 and xp and also not working on two different computers with both windows 7 and XP! ANd again , not working means when the software runs and the python code need to be run by the software ; if I try to run that

Re: [pyusb-users] usb.core.find problem after it has been working fine!!!!

2011-11-15 Thread Wander Lairson Costa
2011/11/15 Safoura : > Wander Lairson Costa writes: > >> >> 2011/11/13 Safoura : > > > Hi Wander, > > Thanks for the reply! You're welcome > When I add this env. variable , where can I see the details? By default, it is printed to the console, but you can define another environment variable PYU

Re: [pyusb-users] usb.core.find problem after it has been working fine!!!!

2011-11-14 Thread Safoura
Wander Lairson Costa writes: > > 2011/11/13 Safoura : > > > > > > > > > > Just wanted to add that I added a print"test" statement in the "find" function > > of usb.core.find and I see the message"test" so the function is called but don't > > know what happens after that! > > > > You can add t

Re: [pyusb-users] usb.core.find problem after it has been working fine!!!!

2011-11-13 Thread Wander Lairson Costa
2011/11/13 Safoura : > > > > > Just wanted to add that I added a print"test" statement in the "find" function > of usb.core.find and I see the message"test" so the function is called but > don't > know what happens after that! > You can add the environment variable PYUSB_DEBUG_LEVEL=debug and get

Re: [pyusb-users] usb.core.find problem after it has been working fine!!!!

2011-11-13 Thread Safoura
Just wanted to add that I added a print"test" statement in the "find" function of usb.core.find and I see the message"test" so the function is called but don't know what happens after that! -- RSA(R) Conference 20

[pyusb-users] usb.core.find problem after it has been working fine!!!!

2011-11-13 Thread Safoura
Hi I have been working with PyUSB for a while now. I am in the process of finalizing a software that I have worked on and all of a sudden (well, I am trying the software on new computers) , I have got a problem with usb.core.find! I have PyUSB and libusb installed on my windows system. So it

Re: [pyusb-users] usb.core.find()

2011-08-18 Thread Stenquist, Carl
Chris and Xiaofan, Thanks for being persistent about the WinUSB. Got my devices responding to usb.core.find(). Finally realized that in Windows, to access any device using the Python LibUSB you need to make that device accessible through Windows to your Python program. This is done by using "i

Re: [pyusb-users] usb.core.find()

2011-08-17 Thread chris clark
On Wed, Aug 17, 2011 at 9:43 PM, Xiaofan Chen wrote: > On Thu, Aug 18, 2011 at 12:29 PM, chris clark wrote: >> the libusb mailing list is probably the best place to ask questions on >> it rather than PyUSB. However I've some rough notes that I wrote for >> my project at http://code.google.com/p/d

Re: [pyusb-users] usb.core.find()

2011-08-17 Thread Xiaofan Chen
On Thu, Aug 18, 2011 at 12:29 PM, chris clark wrote: > the libusb mailing list is probably the best place to ask questions on > it rather than PyUSB. However I've some rough notes that I wrote for > my project at http://code.google.com/p/dava33display/wiki/PythonVersion > . I have to confess, I'm

Re: [pyusb-users] usb.core.find()

2011-08-17 Thread chris clark
On Wed, Aug 17, 2011 at 1:39 PM, Stenquist, Carl wrote: > I’m too new at this, so please excuse. I don’t even know how to reply in the > thread, so I’m  just sending  a new email. > > The libusb page does not give me anything meaningful. I don’t want to write > a driver just yet for a libusb devic

Re: [pyusb-users] usb.core.find()

2011-08-17 Thread Stenquist, Carl
Guys, I'm too new at this, so please excuse. I don't even know how to reply in the thread, so I'm just sending a new email. The libusb page does not give me anything meaningful. I don't want to write a driver just yet for a libusb device, just use python to talk to my connected devices for t

Re: [pyusb-users] usb.core.find()

2011-08-16 Thread Xiaofan Chen
On Wed, Aug 17, 2011 at 7:20 AM, Wander Lairson Costa wrote: > 2011/8/16 chris clark : > Bear in mind windows backend is not finished yet and as far as I know, > not even integrated in the mainline source code, probably because of > that you didn't find much information. Libusb guys are polite peo

Re: [pyusb-users] usb.core.find()

2011-08-16 Thread Wander Lairson Costa
2011/8/16 chris clark : > On Tue, Aug 16, 2011 at 12:25 PM, Wander Lairson Costa > wrote: >> 2011/8/16 Stenquist, Carl : >>> Thanks I’ll check this out! >>> >>> 1.       Is this mentioned in documentation? Sorry I missed it. > > It is, however IMHO it could be made more clear in the readme.txt in

Re: [pyusb-users] usb.core.find()

2011-08-16 Thread chris clark
On Tue, Aug 16, 2011 at 12:25 PM, Wander Lairson Costa wrote: > 2011/8/16 Stenquist, Carl : >> Thanks I’ll check this out! >> >> 1. Is this mentioned in documentation? Sorry I missed it. It is, however IMHO it could be made more clear in the readme.txt in the zip, some thing like WARNING un

Re: [pyusb-users] usb.core.find()

2011-08-16 Thread Wander Lairson Costa
2011/8/16 Stenquist, Carl : > Thanks I’ll check this out! > > 1.   Is this mentioned in documentation? Sorry I missed it. > > 2.   When I go to http://www.libusb.org/wiki/windows_backend > I get > > > > “504 Gateway Time-out > > nginx/0.8.42” > > > > I tried two different networks. Is this

Re: [pyusb-users] usb.core.find()

2011-08-16 Thread Stenquist, Carl
Thanks I'll check this out! 1. Is this mentioned in documentation? Sorry I missed it. 2. When I go to http://www.libusb.org/wiki/windows_backend I get "504 Gateway Time-out nginx/0.8.42" I tried two different networks. Is this old? Regards, Carl ===

Re: [pyusb-users] usb.core.find()

2011-08-16 Thread Wander Lairson Costa
2011/8/16 Stenquist, Carl : > Hi > > > > I cannot get any connected devices (except a libusb device) to reply to > >    usb.core.find() > > > > If I use a known device like > >    usb.core.find(idVendor=0x1679, idProduct=0x2001) # Beagle > >    usb.core.find(idVendor=0x0878, idProduct=0x1101) # Sys

[pyusb-users] usb.core.find()

2011-08-16 Thread Stenquist, Carl
Hi I cannot get any connected devices (except a libusb device) to reply to usb.core.find() If I use a known device like usb.core.find(idVendor=0x1679, idProduct=0x2001) # Beagle usb.core.find(idVendor=0x0878, idProduct=0x1101) # Systec CAN usb.core.find(idVendor=0x0123, idProduct=0x45