Ubuntu Pastebin

Paste from brendand at Fri, 6 Feb 2015 15:22:25 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
The ubuntuuitoolkit.emulators module is deprecated. Import the autopilot helpers from the top-level ubuntuuitoolkit module.
Traceback (most recent call last):
  File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/brendand/src/ubuntu-sanity-tests/uninstall_click/ubuntu_sanity_tests/command_line.py", line 174, in <module>
    sys.exit(main())
  File "/home/brendand/src/ubuntu-sanity-tests/uninstall_click/ubuntu_sanity_tests/command_line.py", line 39, in main
    return run_sanity_tests(args.config, args.suites)
  File "/home/brendand/src/ubuntu-sanity-tests/uninstall_click/ubuntu_sanity_tests/command_line.py", line 63, in run_sanity_tests
    config_stack = _get_config_stack(conf_name, tests_to_run, tests_module)
  File "/home/brendand/src/ubuntu-sanity-tests/uninstall_click/ubuntu_sanity_tests/command_line.py", line 86, in _get_config_stack
    config.register_test_options(tests_module)
  File "/home/brendand/src/ubuntu-sanity-tests/uninstall_click/ubuntu_sanity_tests/config.py", line 82, in register_test_options
    from ubuntu_sanity_tests import tests
  File "/home/brendand/src/ubuntu-sanity-tests/uninstall_click/ubuntu_sanity_tests/tests/__init__.py", line 21, in <module>
    from ubuntu_sanity_tests.tests import (
  File "/home/brendand/src/ubuntu-sanity-tests/uninstall_click/ubuntu_sanity_tests/tests/test_uninstall_application.py", line 28, in <module>
    import ubuntu_sanity_tests.helpers.unityclickscope  # NOQA
  File "/home/brendand/src/ubuntu-sanity-tests/uninstall_click/ubuntu_sanity_tests/helpers/unityclickscope.py", line 21, in <module>
    import unityclickscope
ImportError: No module named 'unityclickscope'
Download as text