Hi,
Environment: Dabo 0.9.1, Debian Linux 4.0 "Etch", Python 2.4.4.

While running connection editor I spot a little bug:

larz...@sidone:~/progetti/ProgettiInterni/daboHowTo1$ python
~/progetti/ProgettiInterni/dabo/mainline/ide/CxnEditor.py
  File
"/home/larzeni/progetti/ProgettiInterni/dabo/mainline/ide/CxnEditor.py",
line 48
    ItemID="file_open",
         ^
SyntaxError: invalid syntax

Looking ath the file, you can see that, on line 47

45        fm.prepend(_("Open Connection File..."),
46                HotKey="Ctrl+O",
47                OnHit=self.onOpenFile
48               ItemID="file_open",
49                help=_("Open an existing connection file"))

is missing a comma at the end of the line. The right line should be:
47                OnHit=self.onOpenFile,

Regards, Luca

--
Luca Arzeni


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
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]

Reply via email to