Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

Incremental build was not that successful.  After editing 
Doc/faq/programming.rst, I get the following in the error log:


# Sphinx version: 1.1pre
# Python version: 3.2a3+.0
# Docutils version: 0.7 release
# Jinja2 version: 2.5.5
Traceback (most recent call last):
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/cmdline.py",
 line 173, in main
    app.build(force_all, filenames)
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/application.py",
 line 203, in build
    self.builder.build_update()
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/__init__.py",
 line 193, in build_update
    'out of date' % len(to_build))
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/__init__.py",
 line 249, in build
    self.write(docnames, list(updated_docnames), method)
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/__init__.py",
 line 279, in write
    self.prepare_writing(docnames)
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/html.py",
 line 231, in prepare_writing
    self.load_indexer(docnames)
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/builders/html.py",
 line 619, in load_indexer
    self.indexer.load(f, self.indexer_format)
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/search.py",
 line 131, in load
    frozen = format.load(stream)
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/search.py",
 line 64, in load
    return self.loads(f.read())
  File 
"/Users/sasha/Apps/lib/python3.2/site-packages/Sphinx-1.1predev_20101028-py3.2.egg/sphinx/search.py",
 line 55, in loads
    if not data or not s.startswith(self.PREFIX) or not \
TypeError: expected an object with the buffer interface

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10224>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to