Re: USB support

2006-06-20 Thread rodmc
Thanks, well if what you say is true then it would make sense. Cheers, rod Tim Roberts wrote: > "rodmc" <[EMAIL PROTECTED]> wrote: > > > >Thanks for this, I have managed to build PyUSB and install it in the > >relevant directory. However I get bus errors when I try the PlugUSB.py > >example. Do

Re: USB support

2006-06-19 Thread Tim Roberts
"rodmc" <[EMAIL PROTECTED]> wrote: > >Thanks for this, I have managed to build PyUSB and install it in the >relevant directory. However I get bus errors when I try the PlugUSB.py >example. Does anyone know why this is likely to be the case? > >I am using Macpython 2.4, Libusb 0.1.12 and PyUSB 0.3.

Re: USB support

2006-06-18 Thread rodmc
Thanks for this, I have managed to build PyUSB and install it in the relevant directory. However I get bus errors when I try the PlugUSB.py example. Does anyone know why this is likely to be the case? I am using Macpython 2.4, Libusb 0.1.12 and PyUSB 0.3.3 on an Intel based mac. Thanks in advanc

Re: USB support

2006-06-14 Thread Tim Roberts
"rodmc" <[EMAIL PROTECTED]> wrote: > >I need to write a program which can access the USB ports on Mac and >Linux, is there a library available for Python? The "stable" version of Libusb includes a Python binding. The version in development does not yet. -- - Tim Roberts, [EMAIL PROTECTED] Prov

Re: USB support

2006-06-13 Thread Richard Townsend
On 13 Jun 2006 11:08:59 -0700, rodmc wrote: > Hi, > > I need to write a program which can access the USB ports on Mac and > Linux, is there a library available for Python? > > Thanks in advance. > > Best, > > rod Not tried it, but: http://pyusb.berlios.de/ -- Richard -- http://mail.pytho

USB support

2006-06-13 Thread rodmc
Hi, I need to write a program which can access the USB ports on Mac and Linux, is there a library available for Python? Thanks in advance. Best, rod -- http://mail.python.org/mailman/listinfo/python-list