terminate exectutioin in PythonWin

Larry Bates lbates at syscononline.com
Wed Apr 13 08:20:50 EDT 2005


1) To exit any application:

import sys
sys.exit(0)

2) I'm not familiar with any of these development systems.  I use
what comes with ActiveState's PythonWin.  It does have debugging
breakpoints, etc.

Larry Bates

Jim wrote:
> Hi all
> 
> 1.Could someone tell me how to terminate execution in PythonWin?
> 
> 2.Can anyone recommend a free development environment in which you can
> save your workspace (e.g. open files, debugging breakpoints etc.)
> 
> Jim



More information about the Python-list mailing list