Peter Hansen wrote:
> Michele Petrazzo wrote:
>> This is the exception:
>>
>> Unhandled exception in thread started by > Thread.__bootstrap of >
>> Traceback (most recent call last):
>> File "C:\Python23\lib\threading.py", line 451, in __bootstrap
>> self.__stop()
>> File "C:\Python23\lib\t
Michele Petrazzo wrote:
> I have a wxpython application (the main program) and a lot of external
> modules (import mymodule) that use always 2 thread (one is my
> application and one is twisted with new threadselectreactor).
> Sometime when I close my app, I receive a thread error that I want to
>