> I should have thought of that, but I'm a fairly newby-type person at the
> moment. It definitely would be nice to have it as an option in the run
> script dialogue, as you say....how hard would it be, as a newby, to fiddle
> with the pythonwin source and put this option in?
Unfortunately, the dialog is defined in a .rc file, so it would require the
C++ sources and MSVC just to change the dialog definition.
Apart from that, all the logic would be in pywin\framework\scriptutils.py,
and wouldn't be too hard. Searching for "RunScript" will find the dialog
and code easily enough...
Mark.
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython