Is anybody else getting the following error with the Popen object in
cygwin? The code works fine in windows and linux.
File "d:\atg\persona l\python\buildr oot\util.py", line 100, in System
pipe = subprocess.Pope n( command, shell=True,
stdout=subproce ss.PIPE, stderr=subproce ss.STDOUT,
universal_newli nes=True )
File "/usr/local/lib/python2.4/subprocess.py", line 554, in __init__
errread, errwrite)
File "/usr/local/lib/python2.4/subprocess.py", line 914, in
_execute_child
self.pid = os.fork()
OSError: [Errno 11] Resource temporarily unavailable
cygwin? The code works fine in windows and linux.
File "d:\atg\persona l\python\buildr oot\util.py", line 100, in System
pipe = subprocess.Pope n( command, shell=True,
stdout=subproce ss.PIPE, stderr=subproce ss.STDOUT,
universal_newli nes=True )
File "/usr/local/lib/python2.4/subprocess.py", line 554, in __init__
errread, errwrite)
File "/usr/local/lib/python2.4/subprocess.py", line 914, in
_execute_child
self.pid = os.fork()
OSError: [Errno 11] Resource temporarily unavailable
Comment