Thanks again Uwe Uwe Grauer wrote: > Frank Cazabon wrote: > >> Hi, >> >> I'm trying to run through the tutorial >> (http://docs.google.com/Doc?id=dg79jzmg_3x78zkp) and I get this error: >> >> C:\development\dabo\ide>\python25\python CxnEditor.py >> File "CxnEditor.py", line 48 >> ItemID="file_open", >> ^ >> SyntaxError: invalid syntax >> >> Any ideas what's going wrong here? >> >> > > It got fixed after the release. > 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 missing in the line: > OnHit=self.onOpenFile > > >> Also for the IDE, am I expected to run a command prompt for each bit of >> the IDE I want to use, or is there one program I run which then gives me >> access to all the various bits of the IDE (preferably from a menu)? >> >> > > There is no full IDE intergration yet. > You will have to start the various bits independently. > > 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]
