[Zope-dev] Availability of windows binaries for zope.container on Python 2.5
Martijn Faassen
faassen at startifact.com
Wed May 20 16:05:23 EDT 2009
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
More information about the Zope-Dev
mailing list