Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#32013 - [ipython] startup fails on Python 3.3, needs patch

Attached to Project: Community Packages
Opened by Marti (intgr) - Tuesday, 16 October 2012, 14:16 GMT
Last edited by Kyle Keen (keenerd) - Tuesday, 16 October 2012, 15:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Bug report & fix here: https://github.com/ipython/ipython/issues/2343

% ipython
Traceback (most recent call last):
[...]
File "/usr/lib/python3.3/site-packages/IPython/core/magics/basic.py", line 61, in BasicMagics
def alias_magic(self, line=''):
File "/usr/lib/python3.3/site-packages/IPython/core/magic_arguments.py", line 173, in __call__
func.parser = construct_parser(func)
File "/usr/lib/python3.3/site-packages/IPython/core/magic_arguments.py", line 103, in construct_parser
parser = MagicArgumentParser(arg_name, **kwds)
File "/usr/lib/python3.3/site-packages/IPython/core/magic_arguments.py", line 82, in __init__
conflict_handler=conflict_handler, add_help=add_help)
TypeError: __init__() got an unexpected keyword argument 'version'
This task depends upon

Closed by  Kyle Keen (keenerd)
Tuesday, 16 October 2012, 15:02 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 0.13-3. Thanks!

Loading...