victor a écrit : > or if u want explicit exit of program then use: > > import sys > sys.exit(1) > > or > > raise SystemExit, 'message'
There is also the (not recommanded - see docs, but it exists) os._exit(n) function. A+ Laurent. -- http://mail.python.org/mailman/listinfo/python-list