Re: plz help how to print python variable using os.system()

2008-01-17 Thread jitender001001
Thanks Lutz... -- http://mail.python.org/mailman/listinfo/python-list

plz help how to print python variable using os.system()

2008-01-16 Thread jitender001001
hi all i m new to python and i have a problem of printing python variable using os.system() in bash !/usr/bin/env python var = "/home/anonymous" os.system("echo $var) it is not working.. i want to print string using os.system() plz help -- http://mail.