michael@d2m.at  |  +43 (664) 948-8084
You are here: Home Blog 2008 10 03 From the labs …

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

screenshot-grok-py26.jpg

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

 

Comment

Posted by Grok 1.1a1 with ZTK support at d2m at 2009-11-18 17:02:00
[...] Grok 1.1a1 with ZTK support Published November 18th, 2009 in Code. Tags: grok, python2.6, ztk. Things happen when you change systems - a few days ago i moved to a new notebook with Ubuntu 9.10 and found myself with a system Python 2.6. I was curious about how to make Grok run on it without patching a number of eggs as i did before a year ago. [...]
Filed under: , ,