create_prompt_application missing from 2.x
See original GitHub issue>>> prompt_toolkit.__version__
'2.0.3'
>>> from prompt_toolkit.shortcuts import create_prompt_application
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'create_prompt_application'
ipython and lots off other apps don’t work any more.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
ipython - "cannot import name 'create_prompt_application ...
This problem is caused by having a newer version of Prompt Toolkit installed than is depended upon by IPython. (Version 2.0.4 of Prompt...
Read more >Fix Command Prompt Missing from Windows 10 Win + X Menu
You can follow the easy steps below to restore missing Command Prompt to Win + X menu on Windows 10. Step 1. You...
Read more >How to Restore Missing Command Prompt to Win+X Menu in ...
Right-click on any empty space on the taskbar, select Taskbar settings (or “Settings” for earlier build of Windows 10) from the context menu....
Read more >Missing "Open Command Prompt Here" after upgrade to ...
Step 2: Clean boot. It will start Windows by using a minimal set of drivers and start up programs. It will also eliminate...
Read more >How to Fix Command Prompt(CMD) Not Working ... - YouTube
In this video tutorial, I will show you guys how to fix Windows 10 CMD (Command Prompt ) Not working or opening. commands:taskmgrcmd....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There is: https://python-prompt-toolkit.readthedocs.io/en/2.0/pages/upgrading.html It’s probably not complete, but let me know if you think something important is missing.
Ok, closing it. Feel free to open again if needed.