Hi all,

I met a problem, I can use python to execute the the command
"vncserver " to start vncserver use subprocess,
like this:
process = subprocess.Popen('vncserver' , shell=True)

but when I write this code to views.py it didn't work as I hope.
The Xvnc process listened on the port which Django used.

For example,  django listen on tcp port 8000, and the Xvnc also listen
on tcp port 8000.
It's wired.

Is there any way to involve the vncserver?


Regards,
Bill

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

Reply via email to