Hi guys.

I'm doing some simple test here and curious if there's any difference 
between these 2? 

os.environ["JOEY"] = "SOMETHING"
Popen( maya, shell=True )

and 

os.environ["JOEY"] = "SOMETHING"
Popen( maya, env.dict=dict(os.environ) )

1 thing I notice is that, with Shell=True, maya.exe process would appear 
under cmd. Does that change anything vs running under explorer.exe?




-- 
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/64a6fd4e-7243-437e-8e01-a386e5f7d514%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to