Użytkownik Jacek Kałucki napisał:
> Traceback (most recent call last):
>     File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 
> 14660, in<lambda>
>       lambda event: event.callable(*event.args, **event.kw) )
>     File "C:\Python26\lib\site-packages\dabo\ui\__init__.py", line 43, in 
> retfn
>       return fn(self, *args, **kwargs)
>     File "C:\Python26\lib\site-packages\dabo\ui\uiwx\dRadioList.py", line 
> 206, in checkForFocus
>       self.raiseEvent(dEvents.LostFocus, wxEvt)
>     File "C:\Python26\lib\site-packages\dabo\ui\uiwx\dPemMixin.py", line 
> 1040, in raiseEvent
>       super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, 
> **kwargs)
>     File "C:\Python26\lib\site-packages\dabo\lib\eventMixin.py", line 128, in 
> raiseEvent
>       return r
> SystemError: unknown opcode

Additional symptoms of problem are random and could be:
- interpreter crashes with "Fatal Python error: GC object already tracked" 
message
- even if no error appears, after closing application it stay working in 
background.

I posted fix in r6648.
Source of the problem is probably partial destroyed wx event object.
This is a perfect example what evil timing code could be.
-- 
Regards
Jacek Kałucki

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to