Skip to content

Instantly share code, notes, and snippets.

@kotfic
Created January 17, 2014 21:46
Show Gist options
  • Save kotfic/8482335 to your computer and use it in GitHub Desktop.
Save kotfic/8482335 to your computer and use it in GitHub Desktop.
kotfic@carasgaladon:~/src/IPython$ ipython
Traceback (most recent call last):
File "/home/kotfic/.local/bin/ipython", line 5, in <module>
from IPython import start_ipython
File "/home/kotfic/.local/lib/python2.7/site-packages/IPython/__init__.py", line 43, in <module>
from .config.loader import Config
File "/home/kotfic/.local/lib/python2.7/site-packages/IPython/config/__init__.py", line 16, in <module>
from .application import *
File "/home/kotfic/.local/lib/python2.7/site-packages/IPython/config/application.py", line 29, in <module>
from IPython.external.decorator import decorator
File "/home/kotfic/.local/lib/python2.7/site-packages/IPython/external/decorator/__init__.py", line 4, in <module>
from ._decorator import *
File "/home/kotfic/.local/lib/python2.7/site-packages/IPython/external/decorator/_decorator.py", line 165
print('Error in generated code:', file=sys.stderr)
^
SyntaxError: invalid syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment