In article <c7243b25-906a-4bf4-b20b-251ab5b6a...@m26g2000yqb.googlegroups.com>,
 <susan_kij...@yahoo.ca> wrote:
>
>I need to create a python subprogress, like this:
>myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
>                                       env=env, stdin=subprocess.PIPE,
>                                       stdout=subprocess.PIPE)

You need to change your setup.py so that myscript.py is also an exe.
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

import antigravity
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to