I made the mistake of upgrading from Ubunto 8.10 to 9.04 which broke my
dabo/python installation. So I reinstall all my python packages and dabo
and now I get this set of errors when I run main.py of one any of my
applications
m...@linux:~$ '/home/mike/DaboApp/hours/main.py'
Traceback (most recent call last):
File
"/usr/local/lib/python2.6/dist-packages/Dabo-0.9.1-py2.6.egg/dabo/ui/__init__.py",
line 58, in loadUI
exec("from %s import *" % mods[typ], globals())
File "<string>", line 1, in <module>
File
"/usr/local/lib/python2.6/dist-packages/Dabo-0.9.1-py2.6.egg/dabo/ui/uiwx/__init__.py",
line 128, in <module>
from dPageFrame import dPageFrame
File
"/usr/local/lib/python2.6/dist-packages/Dabo-0.9.1-py2.6.egg/dabo/ui/uiwx/dPageFrame.py",
line 14, in <module>
import wx.aui as aui
ImportError: No module named aui
Traceback (most recent call last):
File
"/usr/local/lib/python2.6/dist-packages/Dabo-0.9.1-py2.6.egg/dabo/ui/__init__.py",
line 58, in loadUI
exec("from %s import *" % mods[typ], globals())
File "<string>", line 1, in <module>
File
"/usr/local/lib/python2.6/dist-packages/Dabo-0.9.1-py2.6.egg/dabo/ui/uiwx/__init__.py",
line 128, in <module>
from dPageFrame import dPageFrame
File
"/usr/local/lib/python2.6/dist-packages/Dabo-0.9.1-py2.6.egg/dabo/ui/uiwx/dPageFrame.py",
line 14, in <module>
import wx.aui as aui
ImportError: No module named aui
Traceback (most recent call last):
File "/home/mike/DaboApp/hours/main.py", line 16, in <module>
app.start()
File
"/usr/local/lib/python2.6/dist-packages/Dabo-0.9.1-py2.6.egg/dabo/dApp.py",
line 373, in start
self.uiApp.start(self)
AttributeError: 'dApp' object has no attribute 'uiApp'
m...@linux:~$
I have note a couple of things in this error
1. Previously the errors I have had referred to the site-packages folder
not the dist-packages.
2. the initial error seems to be the missing wx.aui. I can find an
aui.py in
lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx and
lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx
Hope the information helps and the solution easy
Looks as if I have reinstalled something wrongly
Many thanks for all your efforts
Mike Ayers
_______________________________________________
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/1242875988.12367.14.ca...@coastlin