Re: os.starfile() linux

2009-12-20 Thread Todd A. Jacobs
On Mon, Nov 30, 2009 at 05:35:31PM +, joao abrantes wrote: > to open a new shell and to put the output of the new python program > there.. The subprocess module is probably what you want. -- "Oh, look: rocks!" -- Doctor Who, "Destiny of the Daleks" -- http://mail.python.org/mailma

os.starfile() linux

2009-11-30 Thread joao abrantes
i want a python program to start another python script and i want it to open a new shell and to put the output of the new python program there.. how can it be done? -- http://mail.python.org/mailman/listinfo/python-list