Threading and Windows.

Jordan Krushen jordan at krushen.com
Mon Sep 29 22:56:54 EDT 2003


On Mon, 29 Sep 2003 23:29:18 -0300, Jorge Godoy <godoy at metalab.unc.edu> 
wrote:

>> Availability: Unix, Windows. spawnlp(), spawnlpe(), spawnvp() and
>> spawnvpe() are not available on Windows. New in version 1.6.
>
> So I should be safe since I'm using spawnv (and not spawnvp or
> spawnvpe). :-)

For running a file based on its extension, you could try os.startfile().

J.




More information about the Python-list mailing list