So, leerzeichen weg Jetzt kriege ich "UCS2 build".
Kann mir jetzt jemand weiterhelfen?
Die Suche ergab 5 Treffer
- Samstag 2. Juli 2011, 11:16
- Forum: Installation/Konfigurieren
- Thema: Python Problem
- Antworten: 9
- Zugriffe: 5947
- Donnerstag 30. Juni 2011, 19:30
- Forum: Installation/Konfigurieren
- Thema: Python Problem
- Antworten: 9
- Zugriffe: 5947
Re: Python Problem
Hab ich gemacht, gleicher Fehler
- Donnerstag 30. Juni 2011, 19:14
- Forum: Installation/Konfigurieren
- Thema: Python Problem
- Antworten: 9
- Zugriffe: 5947
Re: Python Problem
Und wie kann ich das dann lösen?
- Donnerstag 30. Juni 2011, 18:46
- Forum: Installation/Konfigurieren
- Thema: Python Problem
- Antworten: 9
- Zugriffe: 5947
Re: Python Problem
Ja, hab mich vertan.. 2.6. :D
Also, ich hab das was da steht jetz mal in ne test.py Datei geschrieben und die dann mit python ausgeführt:
python test.py
File "test.py", line 3
else:
^
IndentationError: unindent does not match any outer indentation level
Komisch, dass der else nicht kennt, oder ...
Also, ich hab das was da steht jetz mal in ne test.py Datei geschrieben und die dann mit python ausgeführt:
python test.py
File "test.py", line 3
else:
^
IndentationError: unindent does not match any outer indentation level
Komisch, dass der else nicht kennt, oder ...
- Donnerstag 30. Juni 2011, 16:45
- Forum: Installation/Konfigurieren
- Thema: Python Problem
- Antworten: 9
- Zugriffe: 5947
Python Problem
Moin,
Ich habe einen vServer mit Debian Lenny.
Dort habe ich mir Python 1.6 draufgemacht.
Jetzt will ich da den BigBrotherBot (http://www.bigbrotherbot.net/) drauf laufen lassen, aber bekomme folgenden Fehler:
Traceback (most recent call last):
File "./b3_run.py", line 33, in <module>
import b3 ...
Ich habe einen vServer mit Debian Lenny.
Dort habe ich mir Python 1.6 draufgemacht.
Jetzt will ich da den BigBrotherBot (http://www.bigbrotherbot.net/) drauf laufen lassen, aber bekomme folgenden Fehler:
Traceback (most recent call last):
File "./b3_run.py", line 33, in <module>
import b3 ...
