Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62540
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!novso.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <shankhabanerjee@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'importerror:': 0.07; 'revision': 0.07; 'subject:Error': 0.07; 'sphinx': 0.09; 'subject:while': 0.09; 'python': 0.11; 'mkdir': 0.16; 'subject:doc': 0.16; 'module': 0.19; 'trying': 0.19; '(the': 0.22; 'import': 0.22; 'error': 0.23; 'skip:` 20': 0.24; 'skip:" 20': 0.27; 'message-id:@mail.gmail.com': 0.30; 'doc': 0.31; 'file': 0.32; 'checked': 0.32; 'url:python': 0.33; '(most': 0.33; 'skip:& 30': 0.33; 'received:google.com': 0.35; 'located': 0.36; 'thanks': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'skip:& 10': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; '\xa0\xa0\xa0': 0.39; 'to:addr:python.org': 0.39; '8bit%:6': 0.40; 'how': 0.40; 'here': 0.66; 'directory:': 0.84; '***': 0.95 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ojv5I1Ir9SPqdvcCMoslV4NyZsHfXV7OsxdpllK7QrQ=; b=W3SKNqvFXISSxNJl9cKbCMShy7aqh54BhaMQaZjbFpCDrxe+wwjC3GpyYmcZIxdkV2 J4w8So6g+sAO6cFNqYANzfTGnjrTX5nJUW8iDtWRotN7T2l3G1z5O3g1SYdc7znF4OvH fwoctxeSYE6xIsQd+oC+adTfRmn5HW6XVldY8/O7mkZohd0RmDI7cw+Hub9uT0aG2stg 5Pqq1gmj3QEmSMTtWclcpaVGB7EWWk5ldrTwbkPDuunmLJJlYs+KOP8KwKaMCpDfluB5 2z5JcAppxJFlLOwUdv+mJ0rO5zK0PMl89Va6Bs1hRArywRtHrkZVOyXC3lhIHFTlw0dc zV+g== |
| X-Received | by 10.68.106.130 with SMTP id gu2mr21389369pbb.59.1387738447315; Sun, 22 Dec 2013 10:54:07 -0800 (PST) |
| MIME-Version | 1.0 |
| From | shankha <shankhabanerjee@gmail.com> |
| Date | Mon, 23 Dec 2013 00:23:27 +0530 |
| Subject | Error while building Python doc |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=047d7b6d7c1c318f0b04ee240930 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4499.1387738456.18130.python-list@python.org> (permalink) |
| Lines | 63 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1387738456 news.xs4all.nl 2841 [2001:888:2000:d::a6]:43475 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:62540 |
Show key headers only | View raw
[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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Error while building Python doc shankha <shankhabanerjee@gmail.com> - 2013-12-23 00:23 +0530
csiph-web