From 005e73ec6879359c9153e4de75f9c78591f96d9d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 9 Dec 2011 14:51:10 -0500 Subject: mention setup.py develop failure on py32 --- docs/whatsnew-1.3.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index 3bb37dbf4..5ec64088f 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -17,6 +17,16 @@ Python 3 Compatibility Pyramid is now Python 3 compatible. Python 3.2 or better is required. +.. warning:: + + As of this writing (the release of Pyramid 1.3a1), if you attempt to + install a Pyramid scaffold via ``setup.py develop`` on Python 3.2, it may + quit with an installation error while trying to install ``Pygments``. If + this happens, please rerun the ``setup.py develop`` command again and it + will complete. We're just as clueless as you are as to why this happens + at this point, but hopefully we'll figure it out before Pyramid 1.3 leaves + the alpha/beta phase. + This feature required us to make some compromises. Pyramid no longer runs on Python 2.5. This includes the most recent release -- cgit v1.2.3