Threading and Windows.

Miki Tebeka tebeka at cs.bgu.ac.il
Tue Sep 30 07:15:56 EDT 2003


Hello Jorge,

> I have a simple task where I want my GUI to be able to open several
> applications simultaneously. Using the threading module everything
> works perfectly on Linux but the program won't run on Windows.
What do you mean by "won't run"? Does it crash? ...

> Any hints on what should I do? 
> The working code is really simple and is all what I need on both
> platforms (pseudo-code follows):
> [...]
Just guessing:
1. The spawnl of a .py don't work. You need to start the python interpreter
   on the .py file
2. The GUI toolkit you're using is causing the problem. To check this try
   lauch threads without any gui and see if it works.

HTH.
Miki




More information about the Python-list mailing list