Il 19/04/2013 11:56, Ombongi Moraa Fe ha scritto:
> Hi Team,
> 
> In my python script, I have this:
> 
> command="lynx -dump
> 'phpscript?param1=%s&param2=%s&param3=%s&param4=%s&param5=%s'"%(value1,value2,value3,value4)

http://docs.python.org/2/library/subprocess.html#module-subprocess

You should set the properly values for stdou and stderr.
Under UNIX, '/dev/null' worked out fine for me, when 'None' didn't.



M.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to