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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to