Thanks guys! That helps a lot.
Brent
--
http://mail.python.org/mailman/listinfo/python-list
Brent W. Hughes wrote:
1) I'm running a program within Pythonwin. It's taking too long and I want
to stop/kill it. What do I do (other than ctrl-alt-del)?
When PythonWin is running it puts an icon in the system tray. You can
right-mouse on this icon and select "Break into running code".
2)
"Brent W. Hughes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 1) I'm running a program within Pythonwin. It's taking too long and I
want
> to stop/kill it. What do I do (other than ctrl-alt-del)?
>
Right click on the little python icon in the sys tray and select break into
runn
Brent W. Hughes wrote:
1) I'm running a program within Pythonwin. It's taking too long and I want
to stop/kill it. What do I do (other than ctrl-alt-del)?
2) I'm running a long program and I want to minimize it to let it continue
to run in the background while I do something else in the fore