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

Install problems #17

Closed
talex5 opened this issue Jan 9, 2011 · 1 comment
Closed

Install problems #17

talex5 opened this issue Jan 9, 2011 · 1 comment

Comments

@talex5
Copy link

talex5 commented Jan 9, 2011

$ mkdir tmp
$ cd tmp/
$ 0launch http://gfxmonk.net/dist/0install/autonose.xml
Traceback (most recent call last):
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/runner.py", line 163, in init_ui
    App = default_app()
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/ui/platform.py", line 7, in default_app
    from gtkapp import App
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/ui/gtkapp.py", line 15, in <module>
    from shared import urlparse
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/ui/shared/__init__.py", line 1, in <module>
    from main import Main
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/ui/shared/main.py", line 6, in <module>
    from page import Page
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/ui/shared/page.py", line 5, in <module>
    from autonose.shared.test_result import success, skip, error, fail
ImportError: No module named autonose.shared.test_result
UI load failed - falling back to basic console
----------------------------------------
Traceback (most recent call last):
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/runner.py", line 212, in <module>
    main()
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/runner.py", line 206, in main
    Main().run()
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/runner.py", line 65, in run
    self.init_ui()
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/runner.py", line 171, in init_ui
    return basic()
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/runner.py", line 155, in basic
    from ui.basic import Basic
  File "/home/me/.cache/0install.net/implementations/sha256=7067516ed6deb297cce48af84982cd52d0d61c02652fc14f61f63e9234228a9a/autonose/ui/basic.py", line 5, in <module>
    from autonose.watcher import TestRun
ImportError: No module named autonose.watcher
@timbertson
Copy link
Owner

Thanks. Turns out I failed to add the root folder to PYTHONPATH, and didn't notice because it was on my local PYTHONPATH. Fixed in e813ef0

This issue was closed.
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