[python-win32] Actually my question is:

Xavier Martinez xavim at fqingenieria.es
Tue May 17 14:02:24 CEST 2005


Bhanuprakash wrote:

> I have written a class in python. I would like to run one exe from 
> that class. That exe returns something which I would like to redirect 
> to text file. Also I don't want to display a command prompt.
>
If you are running Python 2.4, you can use the 'subprocess' module (see 
http://www.python.org/doc/2.4.1/lib/module-subprocess.html).

If you are running an earlier Python version, there is a package 
available at http://www.lysator.liu.se/~astrand/popen5/.


-- 

Xavier Martínez Hidalgo
FQ Ingeniería Electrónica, S.A.




More information about the Python-win32 mailing list