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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
Comment by Kyle Keen (keenerd) - Saturday, 13 April 2013, 14:42 GMT
Works just fine for me. Are you still having this problem with ipython-0.13.2-1?
Comment by Profpatsch (Profpatsch) - Saturday, 13 April 2013, 21:59 GMT
Nope, works now. Forgot to close it.

Loading...