Skip to content

Prototype multiprocess easygui

Robert M Lugg edited this page Jan 6, 2015 · 1 revision

I've put together a demo in the 'develop' branch easygui.py file. This example runs Tk in a separate process (actually one process for each window). These are all sub-processes so the user is still free to modify the GUIs even when they are already displayed. Dialogs will also "live forever", so even after a user presses a button, for instance, the dialog may go away but can always be shown by calling .show

Clone this wiki locally