James Matthews wrote:
> Try Exec with the file handle

The problem with that suggestion is that "exec" executes the new script
in the same process, using the same namespaces.  In that case, you might
as well use "import".

I'm assuming the OP had some reason for wanting to spawn separate processes.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to