Skip to content

Commit

Permalink
mention setup.py develop failure on py32
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Dec 9, 2011
1 parent 4250b64 commit 005e73e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/whatsnew-1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 005e73e

Please sign in to comment.