bchao1 / bullet

🚅 Interactive prompts made simple. Build a prompt like stacking blocks.
https://pypi.org/project/bullet/
MIT License
3.55k stars 113 forks source link

pycharm console running error #80

Closed GentleCP closed 3 years ago

GentleCP commented 3 years ago

Hi, I have found an error that when I use bullet in ide like pycharm. In fact, it happens when I use pycharm console(python console) to run the bullet code no matter with linux or unix platform. Following are the code and the error:

from bullet import YesNo

client = YesNo("Are you a good student? ")

res = client.launch()
print(res)

image image

It is really annoyed when I debug the program in pycharm(maybe other ide like vscode), is it possible to solve this problem? Thanks a lot!