Re: [python-win32] Spawnv problem

2006-01-31 Thread Tim Roberts
On Tue, 31 Jan 2006 15:08:24 -,"Frank Peacock" <[EMAIL PROTECTED]> wrote: >I cannot seem to spawn a subprocess. The subprocess does not seem to be run. > >Attached are my two files. There is a main.py file and a subprocess.py file. >They simpy print their names. > >Can anyone suggest a reason

[python-win32] Spawnv problem

2006-01-31 Thread Frank Peacock
Hello   I cannot seem to spawn a subprocess. The subprocess does not seem to be run.   Attached are my two files. There is a main.py file and a subprocess.py file. They simpy print their names.   Can anyone suggest a reason?   Thank you Frank Peacock print("subprocess") # Main script import os