Użytkownik Paul McNett napisał:
> I noticed another PyDeadObjectError while testing today, and am now convinced
> that wx.FutureCall was eating these on our behalf before my addition of the
> wrapper function yesterday. This should fix it.


I noticed TypeError instead of PyDeadObjectError exception:
Traceback (most recent call last):
   File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line 
1358, in Notify
     self.notify()
   File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 
14771, in Notify
     self.result = self.callable(*self.args, **self.kwargs)
   File "C:\Python27\lib\site-packages\dabo\ui\uiwx\__init__.py", line 329, in 
ca_func
     _func(*args, **kwargs)
   File "C:\Python27\lib\site-packages\dabo\ui\uiwx\dForm.py", line 130, in 
__update
     super(BaseForm, self).update()
TypeError: super(type, obj): obj must be an instance or subtype of type


-- 
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