wxPython and pyChecker friendlyness

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

Perhaps a hack: have you tried using the suppressions and suppressionRegexs
to filter those out?

I could, but that is massaging the symptoms rather than dealing with the
root cause. I currently run pyChecker about once a week and my eyes
are getting better at just ignoring these ones.

Roger