Hello. Concerning my unicode problem, I rewrote the application ui in
windows (the part with the problem), and I was able to continue.

However, I then ran into a new problem. When I try to run main.py, get the
following error:

Traceback (most recent call last):
  File "./main.py", line 13, in <module>
    app.start()
  File
"/usr/lib/python2.5/site-packages/Dabo-0.8.4-py2.5.egg/dabo/dApp.py",
line 312, in start
    self.setup()
  File
"/usr/lib/python2.5/site-packages/Dabo-0.8.4-py2.5.egg/dabo/dApp.py",
line 277, in setup
    self.initUIApp()
  File
"/usr/lib/python2.5/site-packages/Dabo-0.8.4-py2.5.egg/dabo/dApp.py",
line 304, in initUIApp
    self.uiApp.setup()
  File
"/usr/lib/python2.5/site-packages/Dabo-0.8.4-py2.5.egg/dabo/ui/uiwx/uiApp.py",
line 277, in setup
    frm = self.dApp.MainForm = dabo.ui.createForm(mfc)
  File
"/usr/lib/python2.5/site-packages/Dabo-0.8.4-py2.5.egg/dabo/ui/uiwx/__init__.py",
line 1073, in createForm
    cls = conv.classFromXml(srcFile)
  File
"/usr/lib/python2.5/site-packages/Dabo-0.8.4-py2.5.egg/dabo/lib/DesignerXmlConverter.py",
line 72, in classFromXml
    compClass = compile(self.classText, self._classFileName, "exec")
  File "/tmp/tmpgL7_U2.py", line 586
    class dPage_91277936981(dabo.ui.dPage):
    ^
IndentationError: expected an indented block

This happens both in Windows and Linux. I suppose I must have did
something wrong in the ClassDesigner that set this off, but I don't know
what! I even tried to edit /tmp/tmpgL7_U2.py, and saw that there is no
visible Indentation error in that line.

I wonder if upgrading to a newer version of dabo would solve any of these
problems.


_______________________________________________
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