Investigating project setup with repoze.grok again, i was surprised to find it using grok0.11 - talking to Chris McDonough in #repoze he quickly proposed a fix to use repoze.grok with a current grok release.
Here it goes…
download the repoze.grok tarball from http://dist.repoze.org/grok/latest (currently repoze.grok-0.1.6.tar.gz)
unpack and remove setup.cfg
edit setup.py, change GROK_VERSION = ‘0.11′ to GROK_VERSION = ‘0.13′ […]

