autonose
autonose copied to clipboard
UI load failed: No module named shared.test_result
Traceback (most recent call last):
File "/home/eka/.virtualenvs/client/local/lib/python2.7/site-packages/autonose/runner.py", line 163, in init_ui
App = default_app()
File "/home/eka/.virtualenvs/client/local/lib/python2.7/site-packages/autonose/ui/platform.py", line 7, in default_app
from gtkapp import App
File "/home/eka/.virtualenvs/client/local/lib/python2.7/site-packages/autonose/ui/gtkapp.py", line 15, in
UI load failed - falling back to basic console
What else I can do to help debugging this?
sorry to be so slow in responding, I'm not really doing much with autonose these days. It could be due to changes in python 2.7 import mechanism, perhaps an explicit relative or fully-qualified import would work?