Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI load failed: No module named shared.test_result #25

Open
eka opened this issue Apr 26, 2012 · 1 comment
Open

UI load failed: No module named shared.test_result #25

eka opened this issue Apr 26, 2012 · 1 comment

Comments

@eka
Copy link

eka commented Apr 26, 2012

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?

@timbertson
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants