Open MarSoft opened 7 years ago
Here is when that module was removed (17 Dec 2016): https://github.com/jonathanslenders/python-prompt-toolkit/commit/17047496500480fc2c7653e701da0fdd5e08bfd4
Hi @Kentoseth and @MarSoft,
I just pushed a new version of Pyvim (0.0.21) that contains the fix. The fix was already in the repo, but not released.
FYI: at this point I'm mostly working on prompt_toolkit v2.0. This contains many improvements. Once this is finished, you can expect an improved version of Pyvim, using prompt_toolkit 2.0 as well.
I have just installed
pyvim
in a fresh venv (under python 3.6). And it failed to launch:Looks like latest
prompt_toolkit
doesn't contain moduleprompt_toolkit.key_binding.bindings.utils
, as well as thatcreate_handle_decorator
function (tried to grep it). My pip freeze is like this: