Hello! Long time listener, first time caller.
I've run into a situation where I need to launch gather some data from a python script. The script I need to run happens to be long, complicated, and requires python2.5. Thing is, when I launch it via subprocess from a python script inside of Maya, I get a bunch of incompatibility errors, starting with the inability to import the os module. Running the same scenario outside of Maya (ie, launching the python2.5 script inside a python2.6 shell) works just swell. Any ideas on how to do this? Thanks in advance! -- http://groups.google.com/group/python_inside_maya
