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.
Created on 2008年03月16日 12:33 by christian.heimes, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg63574 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2008年03月16日 12:33 | |
File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/builder.py", line 236, in write self.prepare_writing(docnames) File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/builder.py", line 301, in prepare_writing self.load_indexer(docnames) File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/builder.py", line 489, in load_indexer self.indexer.load(f, 'json') File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/search.py", line 70, in load for (k, v) in frozen[2].iteritems()) AttributeError: 'list' object has no attribute 'iteritems' make: *** [build] Fehler 1 |
|||
| msg63575 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月16日 12:50 | |
This should have been fixed a long time ago. Try running "make clean; make update; make html"? |
|||
| msg63577 - (view) | Author: Facundo Batista (facundobatista) * (Python committer) | Date: 2008年03月16日 14:04 | |
I was suffering of the same error, so: make clean: ok make update: svn update tools/pygments svn: requerimiento REPORT falló en '/projects/!svn/vcc/default' svn: Target path does not exist make: *** [update] Error 1 Anyway, I went further and made... make html: and it worked ok! |
|||
| msg64276 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月21日 20:43 | |
I assume that it is fixed for Christian too, so am closing it. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46553 |
| 2008年03月21日 20:43:29 | georg.brandl | set | status: open -> closed resolution: out of date messages: + msg64276 keywords: + patch |
| 2008年03月16日 14:04:13 | facundobatista | set | nosy:
+ facundobatista messages: + msg63577 |
| 2008年03月16日 12:50:54 | georg.brandl | set | messages: + msg63575 |
| 2008年03月16日 12:33:57 | christian.heimes | create | |