execve error with the subprocess module

2008-10-21 Thread [EMAIL PROTECTED]
I have some code which runs on a number of different machines, however I see problems on one particular Solaris box. When I call Popen.wait(), the following exception is raised: . . . File /basis/users/matt/Python-2.4.4/Lib/subprocess.py, line 558, in __init__ errread, errwrite) File

Re: execve error with the subprocess module

2008-10-21 Thread Gabriel Genellina
En Tue, 21 Oct 2008 13:45:10 -0200, [EMAIL PROTECTED] [EMAIL PROTECTED] escribió: I have some code which runs on a number of different machines, however I see problems on one particular Solaris box. When I call Popen.wait(), the following exception is raised: . . . File