Seite 1 von 1

Python Fehlermeldung bei import parallel

Verfasst: Mittwoch 18. Juli 2007, 10:33
von Robin
Hallo Forum,
habe eine Fehlermeldung direkt beim Aufrufen von Import Parallel
>>> python
Python 2.5.1 (r251:54863, May 2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import parallel
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/parallel/__init__.py", line 16, in <module>
from parallelppdev import * #linux, kernel 2.4
File "/usr/lib/python2.5/site-packages/parallel/parallelppdev.py", line 215
fcntl.ioctl(self._fd, PPCLAIM)
^
IndentationError: unindent does not match any outer indentation level
>>>


Wer kann weiterhelfen?

Gruß Löwe

Verfasst: Mittwoch 18. Juli 2007, 10:34
von gerold
Du hast schon ein Thema dafür aufgemacht. --> http://www.python-forum.de/topic-11398.html

Deshalb habe ich dieses Thema gesperrt.