Published October 9th, 2008
in Code.
Tags: grok, grok by example.
This post is part of a series of postings about more or less basic Grok apps that are ported from other python web frameworks. Motivation is that you can look at the original source and the grok code side-by-side and deduce from both. Source is available from svn.zope.org/grokapps/gbedemosite/.
This “demosite application” shows how to install multiple […]
Published October 7th, 2008
in Code.
Tags: grok, grok by example.
I put a site together at http://gbe.d2m.at that lets you test and use each of the Grok-By-Example applications. I’ll add the source for this multi-app site to the GBE apps at a later date.
Published October 3rd, 2008
in Code.
Tags: grok, python2.6.
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 […]
Published October 2nd, 2008
in Code.
Tags: python2.6, tools.
Strange things happen along the recent release of Python 2.6
setuptools is not available as a py2.6 egg (http://pypi.python.org/packages/2.6/s/setuptools/)
virtualenv installation is broken (it depends on installing the setuptools egg from PyPI)
paster (PasteScript) is broken because of a change in the ‘re’ library
These problems should have been obvious for at least 6 months now.
Why are people […]