Re: Newbie: Pythonwin

2005-01-13 Thread Brent W. Hughes
Thanks guys! That helps a lot. Brent -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie: Pythonwin

2005-01-12 Thread Steve Holden
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)

Re: Newbie: Pythonwin

2005-01-12 Thread drs
"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

Re: Newbie: Pythonwin

2005-01-11 Thread Adonis
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