Skip to content

Instantly share code, notes, and snippets.

@santiycr
Created December 10, 2010 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santiycr/736639 to your computer and use it in GitHub Desktop.
Save santiycr/736639 to your computer and use it in GitHub Desktop.
build/python/bin/py.test build/lib/selenium/test/selenium/webdriver/firefox
Traceback (most recent call last):
File "/Users/sso/Dev/selenium_new/build/python/bin/py.test", line 8, in <module>
load_entry_point('pytest==2.0.0', 'console_scripts', 'py.test')()
File "/Users/sso/Dev/selenium_new/build/python/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 318, in load_entry_point
File "/Users/sso/Dev/selenium_new/build/python/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 2221, in load_entry_point
File "/Users/sso/Dev/selenium_new/build/python/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 1954, in load
File "/Users/sso/Dev/selenium_new/build/python/lib/python2.6/site-packages/pytest.py", line 7, in <module>
from _pytest.core import main, UsageError, _preloadplugins
File "/Users/sso/Dev/selenium_new/build/python/lib/python2.6/site-packages/_pytest/core.py", line 10, in <module>
assert py.__version__.split(".")[:2] >= ['1', '4'], ("installation problem: "
AttributeError: 'module' object has no attribute '__version__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment