whatazor schrieb:
> Hi all,
> I made an application that use multithreading (indifferently importing
> thread or threading module) , but when I call some wrapped modules
> (with swig) from my application they run like there is only a single
> thread (and my application gui ,made with wxPython, fre
Hi all,
I made an application that use multithreading (indifferently importing
thread or threading module) , but when I call some wrapped modules
(with swig) from my application they run like there is only a single
thread (and my application gui ,made with wxPython, freezes). If I use
other module