autonose icon indicating copy to clipboard operation
autonose copied to clipboard

UI load failed: No module named shared.test_result

Open eka opened this issue 12 years ago • 1 comments

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 from shared import urlparse File "/home/eka/.virtualenvs/client/local/lib/python2.7/site-packages/autonose/ui/shared/init.py", line 1, in from main import Main File "/home/eka/.virtualenvs/client/local/lib/python2.7/site-packages/autonose/ui/shared/main.py", line 2, in from shared.test_result import ResultEvent ImportError: No module named shared.test_result

UI load failed - falling back to basic console

What else I can do to help debugging this?

eka avatar Apr 26 '12 00:04 eka

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?

timbertson avatar May 23 '12 11:05 timbertson