I would like by using
#in views.py
<code>
def myfnc():
subprocess.Popen( '/polls/executable.py', executable='/usr/lib/
python')
<code>
execute executable.py from views.py function.
I am getting error that terminal is already taken. This is true -
django manage.py runserver keeps django webpages ON.
Is it possible to run paralelly python subprocess.Popen(....) ?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.