Hi, I'm a teacher from Buenos Aires, Argentina. I'm learning and developing wxPython apps since a couple of years. Many people talked to me about Dabodev and, here I am trying to learn about these piece of software.
I'm a free software user, so, I use Debian Lenny and download the source from: ftp://dabodev.com/dabo/dabo-0.9.1-mac-nix.tar.gz so, I installed it and start to try some stuff. But, some errors become to my console. First. jav...@gnutebook:~/dabo/dabo/ide$ python CxnEditor.py File "CxnEditor.py", line 48 ItemID="file_open", ^ SyntaxError: invalid syntax I fixed it editing the CxnEditor.py in line 47 OnHit=self.onOpenFile, Adding the final "," But, another error appears when I try to run the ClassDesigner.py: jav...@gnutebook:~/dabo/dabo/ide$ python ClassDesigner.py (python:4314): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.11/gtk/gtkwidget.c:4252: no accelerator (113,4) installed in accel group (0xa51ef40) for GtkImageMenuItem (0xa50f6d8) (python:4314): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.11/gtk/gtkwidget.c:4252: no accelerator (113,4) installed in accel group (0xa51ef40) for GtkImageMenuItem (0xa50f6d8) (python:4314): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.11/gtk/gtkwidget.c:4252: no accelerator (113,4) installed in accel group (0xa5c8f40) for GtkImageMenuItem (0xa53ca30) (python:4314): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.11/gtk/gtkwidget.c:4252: no accelerator (113,4) installed in accel group (0xa5c8f40) for GtkImageMenuItem (0xa53ca30) (python:4314): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.11/gtk/gtkwidget.c:4252: no accelerator (113,4) installed in accel group (0xa769180) for GtkImageMenuItem (0xa6ae400) (python:4314): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.11/gtk/gtkwidget.c:4252: no accelerator (113,4) installed in accel group (0xa769180) for GtkImageMenuItem (0xa6ae400) (python:4314): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.11/gtk/gtkwidget.c:4252: no accelerator (113,4) installed in accel group (0xa9fe180) for GtkImageMenuItem (0xa9fbf48) (python:4314): Gtk-WARNING **: /build/buildd/gtk+2.0-2.12.11/gtk/gtkwidget.c:4252: no accelerator (113,4) installed in accel group (0xa9fe180) for GtkImageMenuItem (0xa9fbf48) Traceback (most recent call last): File "ClassDesigner.py", line 4165, in <module> clsDes = ClassDesigner(f) File "ClassDesigner.py", line 189, in __init__ frm._initialStateDict = frm.getDesignerDict() File "/home/javier/dabo/dabo/ide/ClassDesignerComponents.py", line 91, in getDesignerDict defVals = self.Controller.getDefaultValues(self) File "ClassDesigner.py", line 1493, in getDefaultValues ret[prop] = eval("obj.%s" % prop) File "<string>", line 1, in <module> AttributeError: 'DesForm' object has no attribute 'CxnFile' Too much for me :) I can't continue Appreciate your help. Sorry about my poor English. Regards -- Javier Castrillo ========================================================= GNU / Linux User #242275 Jabber: [email protected] Blog: http://javiercastrillo.wordpress.com Site: http://carapa.com.ar Ekiga: [email protected] ========================================================= Usá Software Libre _______________________________________________ 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]
