Execute C code through Python

Ernesto erniedude at gmail.com
Tue Oct 25 16:30:31 EDT 2005


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,




More information about the Python-list mailing list