So i generated the .exe file "myFile.exe"

This is a Windows - text based application.  Right now, when I run:

import subprocess
subprocess.call("myFile")

the application starts in its own console window.  Is there a way for
it to run inside the python interface?

Thanks,

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

Reply via email to