How to start a new thread ?

Tim Golden tim.golden at viacom-outdoor.co.uk
Fri Oct 22 04:26:36 EDT 2004


[Lad]
| > From running script I would like to start a new script in a new
| > window.How can I do that from Python?
| > Thanks for help
| > LAD
| 
| Nobody knows???
| Lad

<code>

import os
os.system ("/path/to/other/script.py")

</code>

TJG

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________



More information about the Python-list mailing list