Re: EpyDoc problem

2005-05-22 Thread Kenneth Pronovici
> >EpyDoc is hosted in Sourceforge. This alone may answer your question > >about a bug-tracker: > > > >http://sourceforge.net/tracker/?atid=405618&group_id=32455&func=browse > > > > > Well, I wrote to the bug tracker some days ago but no answer so far. I am the maintainer of the Debian epydoc pa

Re: EpyDoc problem

2005-05-19 Thread Laszlo Zsolt Nagy
>EpyDoc is hosted in Sourceforge. This alone may answer your question >about a bug-tracker: > >http://sourceforge.net/tracker/?atid=405618&group_id=32455&func=browse > > Well, I wrote to the bug tracker some days ago but no answer so far. -- http://mail.python.org/mailman/listinfo/python-list

Re: EpyDoc problem

2005-05-18 Thread Kay Schluehr
Laszlo Zsolt Nagy wrote: > I had to patch EpyDoc. The author was not responding and there is no mailing > list for EpyDoc. Is it still a live project? EpyDoc is hosted in Sourceforge. This alone may answer your question about a bug-tracker: http://sourceforge.net/tracker/?atid=405618&group_id=32

Re: EpyDoc problem

2005-05-18 Thread Laszlo Zsolt Nagy
>Looks like it is a problem with wxWidgets. There is no problem if I do >not import wx. How to overcome this problem? >Currently I cannot document modules that import wx. :-( > > I found the answer on the wxPython-users list. It is disappointing that the standard documentation tool has no suppo

Re: EpyDoc problem

2005-05-17 Thread Laszlo Zsolt Nagy
> >At the end of the traceback: > >wx\_misc.py line 3665, in _eq_ >return _misc_.DateTime.__eq__(*args) >TypeError: Expected a pointer > >I have no clue what does it mean but I guess it is an EpyDoc bug. >Does anyone ran into the same problem? Any ideas? > > Looks like it is a problem with w

EpyDoc problem

2005-05-17 Thread Laszlo Zsolt Nagy
Hello, I would like to create documentation for my lib using EpyDoc. I do not see how to report bugs on the EpyDoc home page. When I try to create documentation, I get this error: Internal error: Expected a pointer Unhandled exception in thread started by At the end of the traceback: wx\_mi