Hallo Ralf, ich hatte das auch das Problem auch und habe dann das Programm RCSH etwas modifiziert. Ist schon recht lange her, daher weiß ich nicht mehr genau was ich gemacht habe. Anbei meine angepasste RCSH Version die dann bei mr problemlos mit DDW funktioniert hat.. Die Datei xselect musste meines Wissens auch angepasst werden. Mit freundlichen Grüßen Wolfgang -----Ursprüngliche Nachricht----- Von: owner-ddw-mailing-list@insotec1.homelinux.com [mailto:owner-ddw-mailing-list@insotec1.homelinux.com] Im Auftrag von Ralf Kleemann Gesendet: Sonntag, 1. Januar 2006 13:54 An: ddw-mailing-list@insotec1.homelinux.com Betreff: DDW-DDL-ML 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
Attachment:
rcsh.py
Description: Binary data
Attachment:
xselect.py
Description: Binary data