I\'ve just stumbled across somethin开发者_开发百科g that makes no sense to me. Where I work, we have a number of Python CGI webpages (just a simple Apache server setup, not running Django / Turbogears
I\'m working from inside an ipython shell and often need to reload the script files that contain my functions-under-construction.
I have a Tkinter GUI running two threads, the main tread for the GUI and a worker thread. The worker thread creates a subprocess using the following code:
I have some code that loads a default configuration file and th开发者_运维知识库en allows users to supply their own Python files as additional supplemental configuration or overrides of the defaults: