prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.2k stars 714 forks source link

Example of a checkbox-list-based dialog cannot run #984

Open zaxtyson opened 4 years ago

zaxtyson commented 4 years ago

from prompt_toolkit.shortcuts import checkboxlist_dialog : ImportError: cannot import name 'checkboxlist_dialog' from 'prompt_toolkit.shortcuts'

gpotter2 commented 4 years ago

You need to be using prompt toolkit 3.0 for this to work