Ich habs gerade geschafft, folgenden Fehler (reproduzierbar) zu erhalten.
Kann mir jemand sagen, ob ich da schuld dran bin oder wx selbst?

swig/python detected a memory leak of type 'wxPyTreeCtrl *', no destructor found.
Traceback (most recent call last):
File "wx_gui.py", line 366, in OnImport
self.panel.tree.__init__(self.panel1)
File "wx_gui.py", line 229, in __init__
wx.TreeCtrl.__init__(self, parent, -1, style=style)
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_controls.py", line 5177, in __init__
self._setOORInfo(self);TreeCtrl._setCallbackInfo(self, self, TreeCtrl)
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 3772, in _setOORInfo
args[0].this.own(False)
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 13772, in __getattr__
raise PyDeadObjectError(self.attrStr % self._name)
wx._core.PyDeadObjectError: The C++ part of the CategoriesList object has been deleted, attribute access no longer allowed.