C:\projects\bitpim\analyser.py:39: Base class
(wxPython.controls2.wxListCtrl) __
init__() not called [and hundreds more]C:\projects\bitpim\bpcalendar.py:856: No module attribute (lib) found
self.c=wx.lib.maskededit.MaskedTextCtrl(self, id, "", autoformat=f)
[At the top of the file I have import wx, wx.lib, wx.lib.maskededit]
Variations on this theme exist for (html), (grid)C:\projects\bitpim\bpcalendar.py:940: Overridden method
(SetValue) doesn't match
signature in class (wxPython.controls.wxTextCtrl) [and hundreds more]
Perhaps a hack: have you tried using the suppressions and suppressionRegexs
to filter those out?
Oliver