> Finally. sys.exit accepts an integer, not a string.
>
Most of code uses sys.exit("some error message") , I did notice
that the error message is not displayed by sys .exit("some error
message") , do u mean that using string is not advisable with
sys.exit ?
How to I display error messages with sys.exit then ?PS:Thanks for all your previous comments , all were quite helpful . Regards, Ganesh -- https://mail.python.org/mailman/listinfo/python-list
