[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Probleme mit rcsh unter Windows
Hallo,
läuft bei jemanden rcsh (Railroad Command Shell) auch unter Windows?
Wenn ich z.B. das folgende kleine Testscript ausführe:
from rcsh import *
import time
Connect()
Power(1)
fb1 = feedbackS88(5)
lok1 = locoN1(4)
print "test"
bekomme ich die folgende Fehlermeldungen:
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on
win32
IDLE 1.1.2 ==== No Subprocess ====
>>>
Traceback (most recent call last):
File "E:\MoBa\rcsh-1.0b\s88_lok_test.py", line 7, in ?
lok1 = locoN1(4)
File "E:\MoBa\rcsh-1.0b\rcsh.py", line 999, in __init__
'N1', 'N1 NMRA 7bit, 28 FS', 28, 4, srcp)
File "E:\MoBa\rcsh-1.0b\rcsh.py", line 697, in __init__
self.parseinfo(r)
File "E:\MoBa\rcsh-1.0b\rcsh.py", line 649, in parseinfo
assert i[0] == 'INFO'
IndexError: list index out of range
>>>
Ein gutes Neues Jahr
Ralf