[Pydev-users] [pydev - Users] RE: Error running script that starts a subprocess

2009-06-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7470096 By: timblacktu I have verified that os.environ is correct in my script, before the call to subprocess.call. But the process I'm invoking is a win32 executable, not python. The process does, however, ha

[Pydev-users] [pydev - Users] RE: Error running script that starts a subprocess

2009-06-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7466437 By: fabioz Have you checked if the process running has the path/pythonpath variables correct through os.environ? (maybe you have more than one python installed and the wrong one ends up available in th