Re: [Epydoc-devel] Epydoc + wxPython
Brought to you by:
edloper
From: Robin D. <ro...@al...> - 2005-04-21 17:07:05
|
João Vilela wrote: > Hi! > > I don't know if this is the right place for this but there isn't a list > for questions and the main developer didn't respond me, so... > > When using epydoc with a program in wxPython I get the following errors: > > return '%s.%s' % (self.module(), objname) > File "/usr/local/lib/python2.4/site-packages/epydoc/uid.py", line 585, > in module > if (self._module is not None and > File > "/usr/local/lib/python2.4/site-packages/wx-2.5.4-gtk2-ansi/wx/_gdi.py", > line 398, in __eq__ > return _gdi_.Pen___eq__(*args, **kwargs) > TypeError: argument number 2: a 'wxPen *' is expected, 'type(<class > 'wx._core.App'>)' is received > > Any clue? There is a patch for this problem in this message: http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?11:msp:36880:lahoembohbmdnoafcplj -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! |