How to start a new thread ?

Jørgen Cederberg jorgencederberg at hotmail.com
Fri Oct 22 04:33:52 EDT 2004


Lad wrote:
> export at hope.cz (Lad) wrote in message news:<81a41dd.0410202302.2e1d7e71 at posting.google.com>...
> 
>>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

It is very unclear what you want to do? If you are on a Windows PC you could do this:

import os
os.system('start thescript.py')

Regards
Jorgen



More information about the Python-list mailing list