[issue1961] possible error with json format for sphinx
Brett Cannon
report at bugs.python.org
Tue Jan 29 04:06:45 CET 2008
New submission from Brett Cannon:
I currently can't build the docs (r60374):
...
File
"/Users/brett/Dev/python/2.x/pristine/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] Error 1
Seems to be related to the json stuff based on the full traceback.
----------
components: Documentation tools (Sphinx)
messages: 61812
nosy: brett.cannon
priority: high
severity: normal
status: open
title: possible error with json format for sphinx
versions: Python 2.6
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1961>
__________________________________
More information about the Python-bugs-list
mailing list