Run a python script as an exe and run a new process from it

Tim Wintle tim.wintle at teamrubber.com
Thu Feb 26 09:47:47 EST 2009


On Thu, 2009-02-26 at 06:00 -0800, venutaurus539 at gmail.com wrote:
> Thanks for the reply,
>            Being a newbie to python, I am finding it difficult to
> understand the logic even after thorough reading of comments. Is there
> any simpler way where I can just run a python script from the main
> script and exit without disturbing the second one(This will end based
> on some other constraints which can be handled). Or can some one throw
> some light on where should I run the function os.system(" python
> script2.py") from the main one.

That would be a simple way of doing it :-)




More information about the Python-list mailing list