Availability of windows binaries for zope.container on Python 2.5
Hi List, Just trying to install Grok, and as seems to be the tradition, some package updates have resulted in requiring a Visual Studio compiler to be installed. In this case, it seems to be zope.container 3.8.2. Is there a possibility of making a binary for this available? Thanks, Alec
Hi there, Alec Munro wrote:
Just trying to install Grok, and as seems to be the tradition, some package updates have resulted in requiring a Visual Studio compiler to be installed. In this case, it seems to be zope.container 3.8.2. Is there a possibility of making a binary for this available?
Relying on zope.container at this point in time is a bug in Grok, and we accidentally released it. See the recent discussion on grok-dev. Regards, Martijn
I was just reading that, and am now hunting around on which files exactly I have to modify to pin down the version to 3.8.1. Thanks, Alec On Wed, May 20, 2009 at 3:56 PM, Martijn Faassen <faassen@startifact.com> wrote:
Hi there,
Alec Munro wrote:
Just trying to install Grok, and as seems to be the tradition, some package updates have resulted in requiring a Visual Studio compiler to be installed. In this case, it seems to be zope.container 3.8.2. Is there a possibility of making a binary for this available?
Relying on zope.container at this point in time is a bug in Grok, and we accidentally released it. See the recent discussion on grok-dev.
Regards,
Martijn
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
Alec Munro wrote:
I was just reading that, and am now hunting around on which files exactly I have to modify to pin down the version to 3.8.1.
Add a [versions] section to your buildout.cfg: [versions] grokcore.view = 3.8.1 This will pull in a fixed grokcore.view that won't pull in zope.container anymore. Regards, Martijn
Hi there, Martijn Faassen wrote:
Alec Munro wrote:
I was just reading that, and am now hunting around on which files exactly I have to modify to pin down the version to 3.8.1.
Add a [versions] section to your buildout.cfg:
[versions] grokcore.view = 3.8.1
This will pull in a fixed grokcore.view that won't pull in zope.container anymore.
I am sure you meant:: [versions] grokcore.view = 1.7 Right? Best regards, -- Uli
Uli Fouquet wrote:
Martijn Faassen wrote:
Alec Munro wrote:
I was just reading that, and am now hunting around on which files exactly I have to modify to pin down the version to 3.8.1. Add a [versions] section to your buildout.cfg:
[versions] grokcore.view = 3.8.1
This will pull in a fixed grokcore.view that won't pull in zope.container anymore.
I am sure you meant::
[versions] grokcore.view = 1.7
Right?
You're right, I wasn't thinking straight. :) Regards, Martijn
participants (3)
-
Alec Munro -
Martijn Faassen -
Uli Fouquet