Python Forum
Make console show after script was built with Pyinstaller --NOCONSOLE? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Make console show after script was built with Pyinstaller --NOCONSOLE? (/thread-37144.html)



Make console show after script was built with Pyinstaller --NOCONSOLE? - H84Gabor - May-05-2022

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