The complete error message is :
>>> import parallel
/usr/lib/python2.3/site-packages/parallel/parallelppdev.py:32:
FutureWarning: x<
/usr/lib/python2.3/site-packages/parallel/parallelppdev.py:33:
FutureWarning: x<
>>> p=parallel.Parallel()
File "", line 1, in ?
File "/usr/lib/python2.3/site-pack
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 (run
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