Re: [Zope-dev] Availability of windows binaries for zope.container on Python 2.5

2009-05-21 Thread Martijn Faassen
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 >> >> Thi

Re: [Zope-dev] Availability of windows binaries for zope.container on Python 2.5

2009-05-21 Thread Uli Fouquet
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

Re: [Zope-dev] Availability of windows binaries for zope.container on Python 2.5

2009-05-20 Thread Martijn Faassen
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.cont

Re: [Zope-dev] Availability of windows binaries for zope.container on Python 2.5

2009-05-20 Thread Alec Munro
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 wrote: > Hi there, > > Alec Munro wrote: >> Just trying to install Grok, and as seems to be the tradition, so

Re: [Zope-dev] Availability of windows binaries for zope.container on Python 2.5

2009-05-20 Thread Martijn Faassen
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 availab