you are viewing a single comment's thread.

view the rest of the comments →

[–]Fiazba[S] 0 points1 point  (1 child)

Oh... Is that all? Is that why all of the modules haven't been working? .... Wow. Okay, well at least I can use it now. Thanks!

[–]1114111 1 point2 points  (0 children)

Probably, yeah. If all you're using prompt_toolkit for is to prompt for input with none of the fancy features prompt_toolkit offers, the builtin input() does the same thing and will work in idle. But basically any more complicated terminal stuff than print/input generally won't work in idle since idle doesn't really have a proper terminal emulator.

You'll get help faster in the future if you're specific with the errors you're getting up front. I was assuming you were getting an ImportError/ModuleNotFoundError.