execv family...

Adrian Eyre a.eyre at optichrome.com
Thu Oct 7 12:14:20 EDT 1999


> os.execv("python.exe", ["spawner.py", "spawned.py"])

IIRC, you want os.execvp, which uses the PATH environment
variable.

--------------------------------------------
Adrian Eyre <mailto:a.eyre at optichrome.com>
Optichrome Computer Solutions Ltd
Maybury Road, Woking, Surrey, GU21 5HX, UK
Tel: +44 1483 740 233  Fax: +44 1483 760 644
http://www.optichrome.com 
--------------------------------------------





More information about the Python-list mailing list