When I attempt to sub-class dTextBox I get the following error:
Traceback (most recent call last):
  File "/home/johnf/downloads/dabo/dabo/ui/__init__.py", line 44, in loadUI
    exec("from %s import *" % mods[typ], globals())
  File "<string>", line 1, in <module>
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/__init__.py", line 141, in 
<modu                                                            le>
    from dDockForm import dDockForm
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dDockForm.py", line 3, in 
<modul                                                            e>
    import wx.aui as aui
ImportError: No module named aui
Traceback (most recent call last):
  File "LotsMfrm1.py", line 6, in <module>
    from RAClasses import RATextBox
  File "/home/johnf/pyProject/RAClasses.py", line 14, in <module>
    class RATextBox(dabo.ui.dTextBox):
TypeError: Error when calling the metaclass bases
    module.__init__() takes at most 2 arguments (3 given)

I'm using wxPython 2.6  on SUSE 10.2.  As far as I can tell 2.8 is not 
available.  

Sorry I have not been around for the last week (need to make money) but what 
is dDockForm and why do I need it?  Better question how do I fix this error?
-- 
John Fabiani


_______________________________________________
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