Lad wrote: > How can I run external program from Python? > I use Python with XP > Thank you for help > LB > > The subprocess module is what you want for this.
It's got ways of running external executables as separate subprocesses, and interacting with the subprocess and both its input and output. Gary Herron -- http://mail.python.org/mailman/listinfo/python-list