In article <[EMAIL PROTECTED]>, > I tried using the sys.exit() method in my script and passed non -zero > values. However the value wasn't picked up the by Java > Process.exitValue() method - it kept picking up 0. On investigation > it turned out that the exit value being read is from python.exe > process, not from the Python script.
I don't believe there is any such distinction. The exit status of python.exe is the exit status determined by the script. -M- -- http://mail.python.org/mailman/listinfo/python-list