-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 25.01.2010 11:54, schrieb Harm Verhagen:
> 
> Hi,
> 
> when trying to build python2.6 for debian lenny I encountered the
> following spinx related error.
> Any idea whats going on ?
> 
> h...@dev2:~/python/python26/python2.6-2.6.4$ make -C Doc html
> make: Entering directory `/home/harm/python/python26/python2.6-2.6.4/Doc'
> mkdir -p build/html build/doctrees
> python tools/sphinx-build.py -b html -d build/doctrees -D
> latex_paper_size=  . build/html
> Exception occurred:
>   File "/usr/lib/python2.5/site-packages/sphinx/application.py", line
> 122, in setup_extension
>     raise ExtensionError('Could not import extension %s' % extension, err)
> ExtensionError: Could not import extension pyspecific (exception: No
> module named writers.html)
> The full traceback has been saved in /tmp/sphinx-err-KDmzGE.log, if you
> want to report the issue to the author.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> Send reports to [email protected]
> <mailto:[email protected]>. Thanks!
> make: *** [build] Error 1
> make: Leaving directory `/home/harm/python/python26/python2.6-2.6.4/Doc'
> 
> 
> h...@dev2:~/python/python26/python2.6-2.6.4$ cat /tmp/sphinx-err-tl72sW.log
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/sphinx/__init__.py", line 126,
> in main
>     confoverrides, status, sys.stderr, freshenv)
>   File "/usr/lib/python2.5/site-packages/sphinx/application.py", line
> 83, in __init__
>     self.setup_extension(extension)
>   File "/usr/lib/python2.5/site-packages/sphinx/application.py", line
> 122, in setup_extension
>     raise ExtensionError('Could not import extension %s' % extension, err)
> ExtensionError: Could not import extension pyspecific (exception: No
> module named writers.html)

Sphinx 0.4 is too old for the Python docs.  That it tries to use the
distribution Sphinx is strange, since Python's Makefile checks out its
own copy of Sphinx from a python.org repo upon building.  Try removing
Doc/tools/sphinx and try again.

cheers,
Georg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAktkbqUACgkQN9GcIYhpnLDQfwCfeaAsB7w41QSaJ7Q+yz1hprXW
7aUAnRMkyCOePR8qKRf0Sj2an+ebPzFr
=bnXP
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to