Hello,

In addition to the other question I asked earlier today, I thought I ask
this one as well.
My software is Java based but I used a python package that talks to a usb
device using the usb package. (The python package talks to lego WeDo device)

I used PyInstaller to create an executable of the python file that manages the 
device talking part and I call that .exe file inside my java code (using 
Runtime.exec)

People shouldn't need to install Python or PyUSB to be able to use the 
software, is that right?
The only thing needed is to install the driver using "libusb-win32"
info-wiz file, is that correct?

Adding to the other question I asked today, I even install PyUSB but 
still had problem with usb.core.find part when the exe or python file 
is called from inside the Java code.


Any comments/thoughts would be greatly appreciated.

Thanks so much


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to