[issue1961] possible error with json format for sphinx

2008-01-29 Thread Georg Brandl
Georg Brandl added the comment: Please run a make clean (or just remove the build/html/searchindex.json file) and this should go away. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1961] possible error with json format for sphinx

2008-01-28 Thread Brett Cannon
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