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

ImportError: No module named unittest2 on calling openerp_scenario #2

Closed
esciara opened this issue Jan 6, 2016 · 0 comments
Closed

Comments

@esciara
Copy link
Owner

esciara commented Jan 6, 2016

Trace:

Traceback (most recent call last):
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/bin/openerp_scenario", line 10, in <module>
    sys.exit(main())
  File "/Users/emmanuelsciara/Documents/Development/git-repos/other-third-party/em_refactored_oerpscenario/oerpscenario/openerp_scenario.py", line 44, in main
    sys.exit(__main__.main(args))
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/__main__.py", line 111, in main
    failed = runner.run()
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/runner.py", line 659, in run
    return self.run_with_paths()
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/runner.py", line 664, in run_with_paths
    self.load_hooks()
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/runner.py", line 623, in load_hooks
    exec_file(hooks_path, self.hooks)
  File "/Users/emmanuelsciara/odoo_scaramouche_bdd/lib/python2.7/site-packages/behave/runner.py", line 306, in exec_file
    execfile(filename, globals, locals)
  File "/Users/emmanuelsciara/Documents/Development/git-repos/other-third-party/em_refactored_oerpscenario/features/environment.py", line 8, in <module>
    from support import tools, behave_better
  File "/Users/emmanuelsciara/Documents/Development/git-repos/other-third-party/em_refactored_oerpscenario/features/support/__init__.py", line 2, in <module>
    from support import tools
  File "/Users/emmanuelsciara/Documents/Development/git-repos/other-third-party/em_refactored_oerpscenario/features/support/tools.py", line 93, in <module>
    from unittest2 import TestCase
ImportError: No module named unittest2
esciara added a commit that referenced this issue Jan 6, 2016
`ImportError: No module named unittest2` on calling `openerp_scenario`
@esciara esciara closed this as completed Jan 6, 2016
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

1 participant