This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MLModel
Recipients MLModel, docs@python
Date 2013-12-28.15:14:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388243674.59.0.297728620179.issue20090@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to build the docs for v3.4.0b1 following the instructions in the Doc/README.txt. My default python is v3.3. I got the following error message:
"Error: Sphinx needs to be executed with Python 2.4 or newer (not 3.0 though)."
I wondered what was weird about 3.0 as opposed to later versions that it wouldn't work. Fortunately I had run into other situations where tools expected Python 2 but wouldn't work with Python 3, so after a few minutes of head scratching I tried using Python 2, whi

Sphinx needs to be executed with Python 2 (v. 2.4 or newer), not Python 3

 so that it makes clear that it requires Python 2 not Python 3 and puts the grammatical emphasis where it belongs.

More importantly, perhaps, the Doc README should be changed to state that make must use Python 2.
History
Date User Action Args
2013-12-28 15:14:34MLModelsetrecipients: + MLModel, docs@python
2013-12-28 15:14:34MLModelsetmessageid: <1388243674.59.0.297728620179.issue20090@psf.upfronthosting.co.za>
2013-12-28 15:14:34MLModellinkissue20090 messages
2013-12-28 15:14:34MLModelcreate