[Tutor] Running an exe from Python

Rikard Bosnjakovic rikard.bosnjakovic at gmail.com
Fri Feb 23 06:38:51 CET 2007


On 2/22/07, Nagendra Singh <singh01 at gmail.com> wrote:

> How can I get python to display
> the results in the interactive window or what is the right way to do this.

Use os.popen:

http://docs.python.org/lib/os-newstreams.html#os-newstreams


-- 
- Rikard.


More information about the Tutor mailing list