On Wed, Nov 12, 2008 at 2:06 PM, devi thapa <[EMAIL PROTECTED]> wrote: > Hi, > > I am executing a python script in a shell script. The python script > actually returns a value. > So, can I get the return value in a shell script? If yes, then help me out. > > Regards, > Devi > -- > http://mail.python.org/mailman/listinfo/python-list >
import sys sys.exit(123) -- Marco Bizzarri http://notenotturne.blogspot.com/ http://iliveinpisa.blogspot.com/ -- http://mail.python.org/mailman/listinfo/python-list