ANN: pythonwin patch to run in a separate process

Chris Liechti cliechti at gmx.net
Wed Jul 3 19:42:31 EDT 2002


this (tries to) solve some troubles when e.g. running other GUI scripts in 
the pythonwin editor.

from the readme:

this patch adds a new entry to the "Run" dialog: "Run External".
the script is run in its own subrocess, but the outputs are
captured and sent to the pythonwin console. (this is especialy
useful on NT/2k/XP where the console window quickly closes and
exceptions can not be read...)
if the script requests input (raw_input, sys.stin.read(), etc.)
a request is sent to pythonwin, which in turn displays the usual
input box.

for the full text and download go here:
http://www.geocities.com/chrisliechti/en/python/runext.html

have fun,
chris

-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list