15 Jun
2002
15 Jun
'02
9:43 p.m.
Micah Martin writes:
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. Hm. What else should happen?
Dieter