This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | is |
|---|---|
| Recipients | georg.brandl, is |
| Date | 2008年07月19日.11:57:09 |
| SpamBayes Score | 0.0010834375 |
| Marked as misclassified | No |
| Message-id | <1216468633.06.0.823893160306.issue3416@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I use sphinx-0.4.1. When I make pickle, I saw the error message: Traceback (most recent call last): File "/is/app/grows/lib/python2.5/site-packages/Sphinx-0.4.1-py2.5.egg/sphinx/__init__.py", line 135, in main app.builder.build_update() File "/is/app/grows/lib/python2.5/site-packages/Sphinx-0.4.1-py2.5.egg/sphinx/builder.py", line 202, in build_update 'out of date' % len(to_build)) File "/is/app/grows/lib/python2.5/site-packages/Sphinx-0.4.1-py2.5.egg/sphinx/builder.py", line 241, in build self.write(docnames, updated_docnames, method) File "/is/app/grows/lib/python2.5/site-packages/Sphinx-0.4.1-py2.5.egg/sphinx/builder.py", line 277, in write self.write_doc(docname, doctree) File "/is/app/grows/lib/python2.5/site-packages/Sphinx-0.4.1-py2.5.egg/sphinx/builder.py", line 459, in write_doc self.handle_page(docname, ctx, event_arg=doctree) TypeError: handle_page() got an unexpected keyword argument 'event_arg'. I inspect the class in sphinx/builder.py. handle_page in StandaloneHTMLBuilder is defined as "def ndle_page(self, pagename, addctx, templatename='page.html', outfilename=None, event_arg=None): but handle_page in PickleHTMLBuilder is defined as "def handle_page(self, pagename, ctx, templatename='page.html', outfilename=None):" the last param event_arg is missing. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年07月19日 11:57:13 | is | set | spambayes_score: 0.00108344 -> 0.0010834375 recipients: + is, georg.brandl |
| 2008年07月19日 11:57:13 | is | set | spambayes_score: 0.00108344 -> 0.00108344 messageid: <1216468633.06.0.823893160306.issue3416@psf.upfronthosting.co.za> |
| 2008年07月19日 11:57:10 | is | link | issue3416 messages |
| 2008年07月19日 11:57:09 | is | create | |