Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62540 > unrolled thread

Error while building Python doc

Started byshankha <shankhabanerjee@gmail.com>
First post2013-12-23 00:23 +0530
Last post2013-12-23 00:23 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Error while building Python doc shankha <shankhabanerjee@gmail.com> - 2013-12-23 00:23 +0530

#62540 — Error while building Python doc

Fromshankha <shankhabanerjee@gmail.com>
Date2013-12-23 00:23 +0530
SubjectError while building Python doc
Message-ID<mailman.4499.1387738456.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi,
I am trying to build Python documents as listed here

http://docs.python.org/devguide/documenting.html#building-the-documentation

make -C Doc html

Error message:
Checked out revision 89010.
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 27, in <module>
    from sphinx import main
ImportError: No module named sphinx
make: *** [build] Error 1
make: Leaving directory `Python-git/cpythonL-doc/Doc'


Sphinx is located inside the directory:

Doc/tools.

Do I need to change how I import (the path may be).

 --
Thanks
Gudge

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web