hey guys,
here is the code

a = subprocess.Popen("maya", stdout=subprocess.PIPE, stdin=subprocess.PIPE, 
stderr=subprocess.PIPE, shell=True)
a.kill()

it does not work.

I need to start second Maya instance and then shut it down from first Maya 
instance 

Second Maya starts fine but then Popen.kill() does not work. What am I 
missing?

Thanks
Yury

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/59b59367-5558-45e8-acc5-8979e76a304b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to