Code: Select all
./ceed-gui
QGtkStyle was unable to detect the current GTK+ theme.
Traceback (most recent call last):
File "./ceed-gui", line 89, in <module>
main()
File "./ceed-gui", line 73, in main
app = application.Application(split_qtoptions, args.debug)
File "/home/rob/CEED/ceed/application.py", line 61, in __init__
from ceed import settings
File "/home/rob/CEED/ceed/settings/__init__.py", line 27, in <module>
from ceed.settings import interface
File "/home/rob/CEED/ceed/settings/interface.py", line 24, in <module>
from ceed.settings import interface_types
File "/home/rob/CEED/ceed/settings/interface_types.py", line 24, in <module>
from ceed import qtwidgets
File "/home/rob/CEED/ceed/qtwidgets.py", line 27, in <module>
import ceed.ui.widgets.filelineedit
ImportError: No module named filelineedit
I'm not familiar with Python, but I don't see anywhere that defines filelineedit.
I get this either running from mercurial or the #10 snapshot code. What am I missing?
Thanks.