Python Forum

Full Version: Make console show after script was built with Pyinstaller --NOCONSOLE?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'd be looking for a way to make the console appear after I build the script with pyinstaller using --NOCONSOLE. In most cases I do not need the console but sometimes it may be needed. I was wondering if there was a way to "turn it back on" within the script.

Thanks,
Gabor