hi alll..
iam invoking a python script from a standalone client which looks lik this
String command="ln -s /usr/lib /tmp/lin"; //creating a soft link
URL url = new URL("http://server-name/cgi-bin/finalexec1.py?command=
"+command);
but iam not able to read this command in the python script
in my script i tried doing
for arg in sys.argv;
print arg
but the command is not being read......
is it the right way of reading arguments in python script?
--
http://mail.python.org/mailman/listinfo/python-list