update repoze.grok release
by
Michael Haubenwallner
—
last modified
Jun 26, 2010 10:51 PM
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' (or the current grok release number)
- run 'python setup.py develop' to install repoze.grok and dependencies (this by default now downloads the files from pypi-package repository)
Many thanks mcdonc for Late Hour IRC support.

