Re: [pyusb-users] PyUSB with Python 2.7

2011-07-26 Thread Bill Patterson
Thank you! -Original Message- From: Xiaofan Chen [mailto:[email protected]] Sent: Tuesday, July 26, 2011 3:54 PM To: [email protected] Subject: Re: [pyusb-users] PyUSB with Python 2.7 On Wed, Jul 27, 2011 at 3:28 AM, Bill Patterson wrote: > Thanks XiaoFan, &g

Re: [pyusb-users] PyUSB with Python 2.7

2011-07-26 Thread Xiaofan Chen
On Wed, Jul 27, 2011 at 3:28 AM, Bill Patterson wrote: > Thanks XiaoFan, > Can you forward me the tweaks?  I still can't get it to compile, though not > a big VC++ user either! Here it is. The modified archive and the 32bit Python 2.7 binary (msi format) are inside. http://code.google.com/p/picus

Re: [pyusb-users] PyUSB with Python 2.7

2011-07-26 Thread Bill Patterson
users] PyUSB with Python 2.7 On Sat, Jul 23, 2011 at 7:51 AM, Xiaofan Chen wrote: > This pyusb mailing list is deal with the python binding for libusb. > http://sourceforge.net/projects/pyusb/ > > Your PyUSB is deal with python binding for FTDI's proprietary d2xx. > http://bl

Re: [pyusb-users] PyUSB with Python 2.7

2011-07-22 Thread Xiaofan Chen
On Sat, Jul 23, 2011 at 7:51 AM, Xiaofan Chen wrote: > This pyusb mailing list is deal with the python binding for libusb. > http://sourceforge.net/projects/pyusb/ > > Your PyUSB is deal with python binding for FTDI's proprietary d2xx. > http://bleyer.org/pyusb/ > So you might want to contact the

Re: [pyusb-users] PyUSB with Python 2.7

2011-07-22 Thread Xiaofan Chen
On Sat, Jul 23, 2011 at 6:39 AM, Bill Patterson wrote: > C:\Documents and Settings\XPMUser\My Documents\PyUSB-1.6\PyUSB-1.6>python > setup.py bdist --format=msi This pyusb mailing list is deal with the python binding for libusb. http://sourceforge.net/projects/pyusb/ Your PyUSB is deal with pyt

Re: [pyusb-users] PyUSB with Python 2.7

2011-07-22 Thread Bill Patterson
ind vcvarsall.bat Bill -Original Message- From: wander.lairson [mailto:[email protected]] Sent: Friday, July 22, 2011 12:58 PM To: [email protected] Subject: Re: [pyusb-users] PyUSB with Python 2.7 2011/7/22 Bill Patterson : > Is there an installer available

Re: [pyusb-users] PyUSB with Python 2.7

2011-07-22 Thread wander.lairson
2011/7/22 Bill Patterson : > Is there an installer available for Python 2.7? My company wants to move all > of our scripts onto the same version, however we have a couple that use > PyUSB to discover and connect and control test devices. > I guess you are talking about PyUSB 0.4.3. At the time of r

[pyusb-users] PyUSB with Python 2.7

2011-07-22 Thread Bill Patterson
Is there an installer available for Python 2.7? My company wants to move all of our scripts onto the same version, however we have a couple that use PyUSB to discover and connect and control test devices. Thanks, Bill --