[New-bugs-announce] [issue1908] make html fails - patchlevel is missing

Christian Heimes report at bugs.python.org
Tue Jan 22 19:47:10 CET 2008


New submission from Christian Heimes:

This happens after 
$ cd Docs
$ rm -rf tools
$ svn up
$ make update
$ make html
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D
latex_paper_size=  . build/html
Traceback (most recent call last):
  File "tools/sphinx-build.py", line 23, in <module>
    from sphinx import main
  File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/__init__.py",
line 19, in <module>
    from sphinx.builder import builders
  File "/home/heimes/dev/python/trunk/Doc/tools/sphinx/builder.py", line
34, in <module>
    from sphinx.patchlevel import get_version_info, get_sys_version_info
ImportError: No module named patchlevel
make: *** [build] Fehler 1

patchlevel is no longer in spinx but I found one in sphinxext.

----------
assignee: georg.brandl
components: Documentation
messages: 61519
nosy: georg.brandl, tiran
priority: urgent
severity: normal
status: open
title: make html fails - patchlevel is missing
versions: Python 2.6, Python 3.0

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


More information about the New-bugs-announce mailing list