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]. 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)
version info:
python-sphinx 0.4.2-1
python2.5
Regards,
Harm
--
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.