[Zope] external process

Micah Martin micah@objectmentor.com
Fri, 14 Jun 2002 12:46:26 -0500


Hi all,

	I can't seem to get Zope to initiate an external process.  I've
tried to use External Methods and the Python os library functions spawnv()
and fork() with execv()/system().  In each case the functions run and return
but nothing else happens.  Running the same function calls from Python
outside of Zope works fine.  Anyone have any ideas why it wont work or how
to get it to work? 

	Micah