Ed Leafe wrote:
> dabo Commit
> Revision 3089
> Date: 2007-04-26 08:34:27 -0700 (Thu, 26 Apr 2007)
> Author: Ed
> Trac: http://svn.dabodev.com/trac/dabo/changeset/3089
> 
> Changed:
> U   trunk/dabo/ui/uiwx/__init__.py
> A   trunk/dabo/ui/uiwx/dDockForm.py
> U   trunk/dabo/ui/uiwx/dEditor.py
> 
> Log:
> Added dDockForm to the main trunk. It isn't 100% completed, but it works well 
> enough to include now, so that it doesn't have to wait another 6 months for 
> 0.9.
> 
> Minor tweak to dEditor.py to work better with XML syntax coloring.
> 

I knew that you will break the wx 2.6.x support with the AUI stuff!

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/dabo/ui/__init__.py", line 44,
in loadUI
    exec("from %s import *" % mods[typ], globals())
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/__init__.py", line
141, in <module>
    from dDockForm import dDockForm
  File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dDockForm.py",
line 3, in <module>
    import wx.aui as aui
ImportError: No module named aui
Dabo Info Log: Mon Apr 30 13:38:55 2007: Tried to set UI to 'wx', but it
failed.
Traceback (most recent call last):
  File "./fwadm.py", line 37, in <module>
    main()
  File "./fwadm.py", line 30, in main
    app.start()
  File "/usr/lib/python2.5/site-packages/dabo/dApp.py", line 259, in start
    self.setup()
  File "/usr/lib/python2.5/site-packages/dabo/dApp.py", line 223, in setup
    self.uiApp = dabo.ui.getUiApp(self, callback=None)
AttributeError: 'module' object has no attribute 'getUiApp'

Uwe


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to