Python Forum

Full Version: Running cli program within a wx window?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,
is there a specific module I should be using to run the python code within a wx window? I mean, like create a gui to pop up and contain the console window showing what's happening with the program output? Similar to what you would see with many installers.

I know how to create the window and all, but any suggestions on how I would proceed to display the console within the window?

Also, what would you suggest for this application? Wx or PyQt? I can't seem to get pyqt working however.

Thank you
Take a look at the subprocess module.