[wxPython] Threading probs

Hi,

I'm having trouble getting threads to work with wxPython. Neither the threads
in the demo nor the sample program I found in the archive written by Harm seem
to work in wxPython. This is the script I am using :

# Thread testing example. Harm van der Heijden, March 26 1999.

You can run this example program at the command line or as a gui program with
wxPython. When I run it as a command line program (without wxPython) it works
fine. But when I tell it to use the gui, it doesn't do anything. When I
select the menu item to start the threads, nothing happens. Can anyone help?

I went ahead and recompiled wxWindows, making sure to use the --enable-threads
flag, and then installed it, but it didn't help. Do I need to do more?

ยทยทยท

--
-Mike