[Grok-dev] Errors with the current dependencies?? (Uwe Hentzschel)

Kathy Manwaring kathy at perfectnotes.com.au
Wed Feb 17 02:43:44 EST 2010


Uhe,

You need to edit the versions.cfg file in your grokproject folder - change
the version on the line
zope.publisher = 3.9.3
to
zope.publisher = 3.12

Then run bin/buildout

Repeat this process for any other entries that give a similar error.

Kathy

Tue, 16 Feb 2010 21:06:19 +0100, Uwe Hentzschel <uhe at gmh-systems-ost.de>
wrote:
> I used this some days before. Now I got the same error with the
> python version shipped with OS X (snow leopard)
>
> (hdaCharge)elrond:hdaCharge uhe$ python
> Python 2.6.1 (r261:67515, Jul  7 2009, 23:51:51)
> [GCC 4.2.1 (Apple Inc. build 5646)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>
> --------------- %< ---------------------------------------------
>
> Got ZODB3 3.9.3.
> Getting distribution for 'zope.index==3.6.0'.
> Got zope.index 3.6.0.
> While:
>   Installing eggbasket.
> Error: There is a version conflict.
> We already have: zope.publisher 3.9.3
> but zope.app.container 3.8.2 requires 'zope.publisher>=3.12'.
>
> --------------- %< ---------------------------------------------
>
> -uhe
>
>
> Am 16.02.2010 um 20:24 schrieb Michael Haubenwallner:
>
>> -----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