Hello again

I need to correct the previous email. The correct main.py file is attached
now.

The interesting thing is that the naming of the python file does not change
the result.

The result always is output to the screen: "Main" and then "Exit", there is
no "subprocess" outputted.
# Main script
import os

print("main")

os.spawnv(os.P_WAIT, 
'c:\python21\\python.exe',('python.exe','c:\\subprocess.py'))

print("exit")
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to