background-processes with win-python?

Delaney, Timothy tdelaney at avaya.com
Thu Jun 27 02:08:51 EDT 2002


> From: Klaus Reinhardt [mailto:K.Rdt at TU-Berlin.DE]
> 
> Is there a possibility to execute system-processes
> under windows-python in the background? So
> I can do this
> 	system("plink  .. tu-berlin.de")
> without waiting for the real connection.

Look at the 'threading' module.

Tim Delaney





More information about the Python-list mailing list