How to install pyparallel

Michel LE VAN KIEM m-le-van-kiem at bordeaux-port.fr
Thu Jan 13 09:49:33 EST 2005


Hi everybody !

I'm trying to install the pyparallel module for my Python 2.3.4 (runs on 
a FC3) but I do have some troubles.

When I import the parallel module, python shows the following message :
 >>> import parallel
/usr/lib/python2.3/site-packages/parallel/parallelppdev.py:32: 
FutureWarning: x<<y losing bits or changing sign will return a long in 
Python 2.4 and up IOC_INPUT = (IOC_WRITE | _IOC_READ) << _IOC_DIRSHIFT
...

 >>> p=parallel.Parallel()
ppdev0: failed to register device !
...
IOError: [No such device or address]

Some help would be appreciated.

Michel



More information about the Python-list mailing list