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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to