In addition to what others have said, 2008/7/21 suhail shaik <[EMAIL PROTECTED]>: > command = "./hive2 -k kf/"+file+"/ -o "+file+".xml /data/test/"+fileName > print command > os.system(command)
Whatever you are trying to do here, you might want to try doing purely in Python instead of mixing in shell. Doing it all in Python will make your script more likely to work cross-platform. _______________________________________________ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk