Re: [wxPython-users] Problem in threading

2006-02-06 Thread Sbaush
oops...I tried it but i got a bad segmentation fault!!Is really a good threading implementation?2006/2/2, Josiah Carlson <[EMAIL PROTECTED] >:My response is at the end.Sbaush < [EMAIL PROTECTED]> wrote:> Hi all.> I've a problem with thread in python.> My applications has a GUI that has some button.

Re: [wxPython-users] Problem in threading

2006-02-02 Thread Josiah Carlson
My response is at the end. Sbaush <[EMAIL PROTECTED]> wrote: > Hi all. > I've a problem with thread in python. > My applications has a GUI that has some button. > I've a MVC-like architecture. > If i click on a button there is this effect: > > view.button_1_delete.Bind(EVT_BUTTON,self.OnDelete)