[issue2300] make html fails

Christian Heimes report at bugs.python.org
Sun Mar 16 13:33:58 CET 2008


New submission from Christian Heimes <lists at cheimes.de>:

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

----------
assignee: georg.brandl
components: Documentation tools (Sphinx)
messages: 63574
nosy: georg.brandl, tiran
priority: high
severity: normal
status: open
title: make html fails
type: crash
versions: Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2300>
__________________________________


More information about the Python-bugs-list mailing list