Author: Ed Leafe
Posted: 2004-09-01 at 08:57:33
On Sep 1, 2004, at 9:47 AM, Ed Leafe wrote:
> I understand the error about the dDataControlMixin, as that is
> something you just moved, and somewhere it is still referenced using
> the old module pathing. But what's up with the dIcons? What needs to
> be changed to get this to work?
As a follow-up, all the controls seem to be broken now:
[ed@homer uiwx]$ python dTextBox.py
Dabo Info Log: Wed Sep 1 09:53:09 2004: No default UI set.
(DABO_DEFAULT_UI)
Traceback (most recent call last):
File "dTextBox.py", line 3, in ?
import dabo.ui.dDataControlMixin as dcm
File
"/usr/local/lib/python2.3/site-packages/dabo/ui/dDataControlMixin.py",
line 5, in ?
import dControlMixin
File
"/usr/local/lib/python2.3/site-packages/dabo/ui/dControlMixin.py", line
8, in ?
class dControlMixin(dabo.ui.dPemMixin):
AttributeError: 'module' object has no attribute 'dPemMixin'
[ed@homer uiwx]$ python dSpinner.py
Dabo Info Log: Wed Sep 1 09:54:00 2004: No default UI set.
(DABO_DEFAULT_UI)
Traceback (most recent call last):
File "dSpinner.py", line 2, in ?
import dabo.ui.dDataControlMixin as dcm
File
"/usr/local/lib/python2.3/site-packages/dabo/ui/dDataControlMixin.py",
line 5, in ?
import dControlMixin
File
"/usr/local/lib/python2.3/site-packages/dabo/ui/dControlMixin.py", line
8, in ?
class dControlMixin(dabo.ui.dPemMixin):
AttributeError: 'module' object has no attribute 'dPemMixin'
[ed@homer uiwx]$
___/
/
__/
/
____/
Ed Leafe