FS#34302 - [ipython2] syntax error
Attached to Project:
Community Packages
Opened by Profpatsch (Profpatsch) - Wednesday, 13 March 2013, 18:09 GMT
Last edited by Kyle Keen (keenerd) - Saturday, 13 April 2013, 22:49 GMT
Opened by Profpatsch (Profpatsch) - Wednesday, 13 March 2013, 18:09 GMT
Last edited by Kyle Keen (keenerd) - Saturday, 13 April 2013, 22:49 GMT
|
Details
Description:
When wanting to start ipython2, I get the following traceback: Traceback (most recent call last): File "/usr/bin/ipython2", line 5, in <module> from IPython.frontend.terminal.ipapp import launch_new_instance File "/usr/lib/python3.3/site-packages/IPython/__init__.py", line 43, in <module> from .config.loader import Config File "/usr/lib/python3.3/site-packages/IPython/config/__init__.py", line 16, in <module> from .application import * File "/usr/lib/python3.3/site-packages/IPython/config/application.py", line 29, in <module> from IPython.external.decorator import decorator File "/usr/lib/python3.3/site-packages/IPython/external/decorator/__init__.py", line 4, in <module> from ._decorator import * File "/usr/lib/python3.3/site-packages/IPython/external/decorator/_decorator.py", line 165 print('Error in generated code:', file=sys.stderr) ^ SyntaxError: invalid syntax Additional info: * package versions: 2013-03-13 Steps to reproduce: % ipython2 |
This task depends upon
Closed by Kyle Keen (keenerd)
Saturday, 13 April 2013, 22:49 GMT
Reason for closing: Fixed
Additional comments about closing: Requested
Saturday, 13 April 2013, 22:49 GMT
Reason for closing: Fixed
Additional comments about closing: Requested
Comment by Kyle Keen (keenerd) -
Saturday, 13 April 2013, 14:42 GMT
Comment by
Profpatsch (Profpatsch) - Saturday,
13 April 2013, 21:59 GMT
Works just fine for me. Are you still having this problem with
ipython-0.13.2-1?
Nope, works now. Forgot to close it.