Wednesday, February 29, 2012

subprocess

Hi ,

i am using django  s view function to invoke python script to run in background.
now i want to pass command line args to the script

here is wat i did

subprocess.Popen([sys.executable,"script_name","command_args1"])

i got the error 

execv requires arg 2 to be a string

please help me 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment