[PythonWin] how to stop execution in interactive window?

2005-07-08 Thread siggy2
Hi All, (sorry for my bad english) I wrote a __tiny__ and __stupid__ recursive script directly into pythonwin interactive window with a time.sleep(1) and a print before each recursion... I should have taken a closer look at the ending condition (never satisfied!), anyway I was quite confident tha

Re: [PythonWin] how to stop execution in interactive window?

2005-07-08 Thread F. GEIGER
Right-click on the Pythonwin icon in the tray and select "Break into running code". HTH Franz GEIGER <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi All, > (sorry for my bad english) > I wrote a __tiny__ and __stupid__ recursive script directly into > pythonwin > interac