The ppdev module is loaded and the lp module is unloaded, but I still have the error message. I used 'lsmod | grep ppdev' to check it.

Is it necessary to plug the parallel cable ?


Peter Hansen a écrit :
Michel LE VAN KIEM wrote:


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


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

Some help would be appreciated.


Did you read the notes in the parallelppydev.py file's
Parallel class?  I suspect they may be of some help...

(I don't see any other significant documentation of
pyParallel, so I'm not sure where else one would look
for assistance.)

Also, perhaps one of these threads would be of help:
http://groups.google.ca/groups?q=parallel+ppdev0+failed+to+register+device

-Peter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to