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 ned.deily
Recipients georg.brandl, larry, ned.deily
Date 2014-01-14.10:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389693913.29.0.73084450646.issue20258@psf.upfronthosting.co.za>
In-reply-to
Content
With the updates to the Sphinx toolchain for 3.3 (05e84d3ecd1e) and 3.4 (90cd87f64632), the documentation build for the OS X installer now fails with:
  
Error: The markupsafe module cannot be found. Did you install Sphinx and its dependencies correctly?

It appears that the updated version of jinja2 now requires MarkupSafe.

Also, the updated version of jinja2 now requires at least Python 2.6. Prior to these toolchain updates it was possible to build the Python documentation (and all of Python 2.x or 3.x) with Python 2.5.  Perhaps this change should be documented somewhere since it does cause some breakage.  For example, the current Python 32-bit-only installers are built on OS X 10.5; up until now, the Apple-supplied system Python 2.5 could be used to bootstrap the build and build the documentation.  Now we'll have to supply a newer local Python to do that.
History
Date User Action Args
2014-01-14 10:05:13ned.deilysetrecipients: + ned.deily, georg.brandl, larry
2014-01-14 10:05:13ned.deilysetmessageid: <1389693913.29.0.73084450646.issue20258@psf.upfronthosting.co.za>
2014-01-14 10:05:13ned.deilylinkissue20258 messages
2014-01-14 10:05:12ned.deilycreate