From the labs …
by
Michael Haubenwallner
—
last modified
Jun 26, 2010 10:32 PM
With the new setuptools release available and from inside a virtualenv ...
... got the latest Grok release running on Python 2.6.
All Grok tests pass. There were some changes needed in zope.app.components, zope.session, zope.testing and the pinned version of mechanize.
Installation reported 'Syntax errors' on zope.app.twisted, zope.app.testing, zope.app.component, ZODB3 (ZEO scripts) and RestrictedPython - almost all due to usage of keywords 'with' and 'as'.
Here's a screenshot from http://localhost:8080/server

Grok officially supports Python 2.5 with the latest release (0.14)


Comment