[Grok-dev] Errors with the current dependencies??

Michael Haubenwallner michael at d2m.at
Tue Feb 16 14:24:27 EST 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Steve Schmechel wrote:
> I had recently tried the Python 2.6 and Grok 1.1a2 combination hoping
> it would work, but I got the same sort of error with zope.publisher.
> I had to revert to Python 2.5 to get it to work.  (Debian-based Linux)
> 

Grok1.1a2 should run fine with Python2.6.

Please try again with a virtualenv setup, it is really simple to setup.

First install 'setuptools' or 'distribute', then run from the console:

$ easy_install virtualenv
$ virtualenv --no-site-packages projectfolder
$ cd projectfolder
$ source bin/activate
$ bin/easy_install grokproject
$ bin/grokproject --grokversion=1.1a2

The virtualenv part should be documented in the tutorial already.
http://grok.zope.org/doc/1.1dev/tutorial.html#getting-started-with-grok

Hth,
Michael

- --
http://blog.d2m.at
http://planetzope.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkt68OsACgkQl0uAvQJUKVYyXwCePH1Ocs2wc/mo+KMFWoXe/p+5
NnAAnjYcXgcuJBGnPt7jasGD16ptkgpm
=h6Ij
-----END PGP SIGNATURE-----



More information about the Grok-dev mailing list