On Oct 24, 2006, at 3:51 AM, Basil Shubin wrote:

File "/usr/lib/python2.4/site-packages/Dabo-0.6.5s-py2.4.egg/dabo/ ui/uiwx/dGrid.py", line 1703, in fillGrid
    dabo.ui.callAfter(self._restoreSort)
AttributeError: 'module' object has no attribute 'callAfter'

Please, I need yours explanations and help!

Looks like you didn't initialize the UI. While Dabo only works with wxPython now and for the foreseeable future, it is designed to be able to work with any UI. You have to tell it that you are using wxPython; typically in code that starts up Dabo there are lines like:

import dabo
dabo.ui.loadUI("wx")

So I take it that you are not using dApp as your main application object? It would be very interesting to see the sorts of problems that will result in, since lots of methods reference the app as a central mediator object.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to