Very new to this

Luke LLoeffler at home.com
Sun Dec 2 22:45:15 EST 2001


It will close automatically when there are no more commands to be 
executed.  To explicitly kill it,

import sys
sys.exit(0)

Luke




More information about the Python-list mailing list