That was it; it ran after updating dabo. Thanks everyone for your help with this...I should have started another thread.
Uwe Grauer-5 wrote: > > novnov wrote: >> I wonder if something is wrong with that py file. In part >> ... >> >> E:\dabo\ide>python E:\dabo\ide\CxnEditor.py >> File "E:\dabo\ide\CxnEditor.py", line 48 >> ItemID="file_open", >> ^ >> SyntaxError: invalid syntax >> >> E:\dabo\ide> >> >> I guess that ItemID error is something in the py file that fails? This is >> one of the failures I've seen before, probably the critical one. > > You are right. > I just downloaded ftp://dabodev.com/dabo/dabo-0.9.1-win.zip > and installed it on a win2000 vm. > It indeed contains your mentioned syntax error. > > If you change it to: > fm.prepend(_("Open Connection File..."), > HotKey="Ctrl+O", > OnHit=self.onOpenFile, > ItemID="file_open", > help=_("Open an existing connection file")) > > it will run for you. > There is a comma missingin the line: > OnHit=self.onOpenFile > > Uwe > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
