small problem using pudge

2008-12-15 Thread przemek.ch
Hi, when I try to generate the documentation for my application using pudge i get the following error File C:\Python25\lib\pydoc.py, line 305, in safeimport raise ErrorDuringImport(path, sys.exc_info()) pydoc.ErrorDuringImport: problem in ajax.tests - type 'exceptions.KeyError': '__file__

Re: small problem using pudge

2008-12-15 Thread Wyatt Baldwin
On Dec 15, 3:09 am, przemek.ch przemek...@gmail.com wrote: Hi, when I try to generate the documentation for my application using pudge i get the following error  File C:\Python25\lib\pydoc.py, line 305, in safeimport     raise ErrorDuringImport(path, sys.exc_info

Re: using Pudge

2007-09-02 Thread Frederik
On Sep 2, 4:47 am, Qiangning Hong [EMAIL PROTECTED] wrote: I met this too and find out that it is because of buildutils-1.2 (the official release) doesn't support highlighter option for pudge command. Upgrading buildutils to svn trunk version works. That's good news! I updated buildutils,

Re: using Pudge

2007-09-02 Thread Mike Orr
On 9/1/07, Qiangning Hong [EMAIL PROTECTED] wrote: On 7/16/07, Max Ischenko [EMAIL PROTECTED] wrote: python setup.py pudge running pudge error: error in setup.cfg: command 'pudge' has no such option 'highlighter' I met this too and find out that it is because of buildutils-1.2 (the

Re: using Pudge

2007-09-01 Thread Qiangning Hong
On 7/16/07, Max Ischenko [EMAIL PROTECTED] wrote: python setup.py pudge running pudge error: error in setup.cfg: command 'pudge' has no such option 'highlighter' I met this too and find out that it is because of buildutils-1.2 (the official release) doesn't support highlighter option for

Re: using Pudge

2007-08-31 Thread Frederik
On Aug 30, 9:50 pm, Mike Orr [EMAIL PROTECTED] wrote: Pudge has been having ongoing errors for a long time. I could never get the Pylons docs to compile. I think James is writing something to replace Pudge, but it may be several months before it's ready. In the meantime if you need to

Re: using Pudge

2007-08-31 Thread Mike Orr
On 8/31/07, Frederik [EMAIL PROTECTED] wrote: I use reStructuredText in my docstrings. But docutils themselves seem to have no tools to extract these docstrings and build a module documentation from them. I thought about using epydoc for documentation before I read that Pudge was recommendet

Re: using Pudge

2007-08-30 Thread Frederik
Hi, On 16 Jul., 08:09, Max Ischenko [EMAIL PROTECTED] wrote: I'm trying to migrate to Pylons 0.9.6rc1 and noticed it encouragespudgetool for documentation. Does it work for you? When I tried to use it I first got: python setup.pypudge runningpudge error: error in setup.cfg: command

Re: using Pudge

2007-08-30 Thread Mike Orr
On 8/30/07, Frederik [EMAIL PROTECTED] wrote: Hi, On 16 Jul., 08:09, Max Ischenko [EMAIL PROTECTED] wrote: I'm trying to migrate to Pylons 0.9.6rc1 and noticed it encouragespudgetool for documentation. Does it work for you? When I tried to use it I first got: python