[Repoze-checkins] r688 - www/trunk/kiss.repoze.org/content
Chris McDonough
chrism at agendaless.com
Tue Feb 12 04:32:08 UTC 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Mon Feb 11 23:32:08 2008
New Revision: 688
Log:
repoze.grok works under 2.5 in theory, but in practice, not so much.
Modified:
www/trunk/kiss.repoze.org/content/quickstart.stx
Modified: www/trunk/kiss.repoze.org/content/quickstart.stx
==============================================================================
--- www/trunk/kiss.repoze.org/content/quickstart.stx (original)
+++ www/trunk/kiss.repoze.org/content/quickstart.stx Mon Feb 11 23:32:08 2008
@@ -9,12 +9,12 @@
environment before you are able to install any Repoze package.
Install setuptools by downloading and running <a
href="http://peak.telecommunity.com/dist/ez_setup.py">ez_setup.py</a>
- using the a Python interpreter that you'd like to use with a
+ using the a Python 2.4 interpreter that you'd like to use with a
Repoze package.
- Please note that repoze.plone and repoze.zope2 *do not* work
- under Python 2.5. Those packages require Python 2.4.
- repoze.grok *does* work under Python 2.5 but also runs under 2.4
+ Please note that none of repoze.plone, repoze.zope2 or repoze.grok
+ work properly under Python 2.5. **These packages require Python
+ 2.4.**
To to be able to create a repoze.{plone,plone,zope2} "sandbox" (an
isolated Python environment), install the <a
More information about the Repoze-checkins
mailing list