FS#60861 - [python2-prompt_toolkit] version 2.0.7 breaks ipython2
Attached to Project:
Community Packages
Opened by Antonio Rojas (arojas) - Monday, 19 November 2018, 06:51 GMT
Last edited by Kyle Keen (keenerd) - Monday, 19 November 2018, 21:34 GMT
Opened by Antonio Rojas (arojas) - Monday, 19 November 2018, 06:51 GMT
Last edited by Kyle Keen (keenerd) - Monday, 19 November 2018, 21:34 GMT
|
Details
Description:
ipython2 is not compatible with prompt_toolkit 2.0.7 > ipython2 Traceback (most recent call last): File "/usr/bin/ipython2", line 4, in <module> from IPython import start_ipython File "/usr/lib/python2.7/site-packages/IPython/__init__.py", line 49, in <module> from .terminal.embed import embed File "/usr/lib/python2.7/site-packages/IPython/terminal/embed.py", line 18, in <module> from IPython.terminal.interactiveshell import TerminalInteractiveShell File "/usr/lib/python2.7/site-packages/IPython/terminal/interactiveshell.py", line 20, in <module> from prompt_toolkit.shortcuts import create_prompt_application, create_eventloop, create_prompt_layout, create_output ImportError: cannot import name create_prompt_application |
This task depends upon
Closed by Kyle Keen (keenerd)
Monday, 19 November 2018, 21:34 GMT
Reason for closing: Fixed
Additional comments about closing: ipython2-5.8.0-2
Monday, 19 November 2018, 21:34 GMT
Reason for closing: Fixed
Additional comments about closing: ipython2-5.8.0-2
I completely forgot to test ipython2. I did write an python2-prompt_toolkit1 split pkgbuild when I was experimenting, so this should be a quick fix.