Package Details: ptpython 3.0.23-2

Git Clone URL: https://aur.archlinux.org/ptpython.git (read-only, click to copy)
Package Base: ptpython
Description: Python REPL build on top of prompt_toolkit
Upstream URL: https://github.com/prompt-toolkit/ptpython
Licenses: BSD
Provides: ptpython3
Submitter: None
Maintainer: kwrazi
Last Packager: kwrazi
Votes: 23
Popularity: 0.95
First Submitted: 2016-01-14 03:17 (UTC)
Last Updated: 2023-03-15 14:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

pepper_chico commented on 2018-11-30 15:55 (UTC)

I get "No module named 'prompt_toolkit.key_binding.input_processor'" when starting. Can't use it vi mode.

kseistrup commented on 2018-11-20 11:34 (UTC)

There is now

community/python2-prompt_toolkit 2.0.7-1

Could you please change dependency of

python2-prompt_toolkit-2>=2.0.6

?

wbthomason commented on 2018-11-15 03:35 (UTC)

@bartus: Good idea. For now, I just modified the PKGBUILD for ipython and ipython2 and jupyter_console to work with prompt_toolkit v2 instead.

bartus commented on 2018-11-14 16:05 (UTC) (edited on 2018-11-14 16:08 (UTC) by bartus)

@wbthomason: Just poke the maintainers of community repo to update ipython 6.5->7.1 ;) which uses prompt_toolkit v2.*

kwrazi commented on 2018-11-08 10:37 (UTC)

Try using virtualenv with pip.

wbthomason commented on 2018-11-07 18:15 (UTC)

python-prompt_toolkit-2 conflicts with python-prompt_toolkit, which is a dependency of ipython. This seems to make it impossible to use ptipython, since it precludes having both ipython and ptpython installed at the same time. Does anyone have a recommended solution?

kwrazi commented on 2018-11-07 02:03 (UTC)

Version 2.0.4 requires python-prompt_toolkit-2 >= 2.0.6. Until that package is updated, you will need to manually edit python-prompt_toolkit-2 to use 2.0.7. A sample PKGBUILD can be found here @pastebin.

polyzen commented on 2017-11-26 21:22 (UTC) (edited on 2017-11-26 21:23 (UTC) by polyzen)

Poked the package maintainer and the issue is now resolved: https://bugs.archlinux.org/task/56396

polyzen commented on 2017-11-26 04:24 (UTC)

Also, I suggest you check out IPython if you haven't already. It's in the repos.

polyzen commented on 2017-11-26 04:22 (UTC)

Right, the current Jedi release requires version 0.1.0. Downgrade parso until the next Jedi release.