That's effectively the same thing as using subprocess, and the same issue will persist.
On Sat, Jan 22, 2011 at 6:12 PM, Amorano <[email protected]> wrote: > Windows? > > If you dont need to run "inside" of Maya per se, i.e. run the script, > not hang Maya in the meantime, return later with information, an: > > import os > os.system('start c:\python25\python.exe "%s" .....') > > > HTH. > > > On Jan 22, 7:04 am, Geoff Harvey <[email protected]> wrote: > > 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 > -- http://groups.google.com/group/python_inside_maya
