Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fperez
Created June 2, 2012 20:47
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 fperez/2859912 to your computer and use it in GitHub Desktop.
Save fperez/2859912 to your computer and use it in GitHub Desktop.
IPython test log
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python3.2/bin/iptest3", line 9, in <module>
load_entry_point('ipython==0.13.dev', 'console_scripts', 'iptest3')()
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/distribute-0.6.24-py3.2.egg/pkg_resources.py", line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/distribute-0.6.24-py3.2.egg/pkg_resources.py", line 2280, in load_entry_point
return ep.load()
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/distribute-0.6.24-py3.2.egg/pkg_resources.py", line 1990, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/iptest.py", line 61, in <module>
from IPython.testing import globalipapp
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/globalipapp.py", line 28, in <module>
from . import tools
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/tools.py", line 50, in <module>
from . import decorators as dec
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/decorators.py", line 321, in <module>
skipif_not_matplotlib = skip_without('matplotlib')
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/decorators.py", line 317, in <lambda>
skip_without = lambda mod: skipif(module_not_available(mod), "This test requires %s" % mod)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/decorators.py", line 288, in module_not_available
mod = __import__(module)
File "/usr/lib/pymodules/python2.7/matplotlib/__init__.py", line 729
except Exception, msg:
^
SyntaxError: invalid syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment