[Grok-dev] zc.buildout 1.5.0

Jeff Peterson bgpete at gmail.com
Sat Oct 16 12:01:54 EDT 2010


grokprojrct egg in site-packages:

utils.py

line line in run_buildout:

setuptools.command.easy_install.main(extra_args +
                                             ['-mNxd', tmpdir,
'zc.buildout']

change to:

setuptools.command.easy_install.main(extra_args +
                                             ['-mNxd', tmpdir,
'zc.buildout==1.4.3']


On Sat, Oct 16, 2010 at 8:14 AM, Jeff Peterson <bgpete at gmail.com> wrote:

> Couple ways to go.
>
> easy_Install zc.buildout==1.4.3
>
> Or
>
> Modify grokproject to default to zc.buildout==1.4.3
>
> I think the module is utils.py, I'll check when I get to a computer and
> send more specific details.
> --
> Jeff Peterson
>
> Sent from my iPod
>
> On Oct 16, 2010, at 6:03 AM, Adam Summers <adamsummers1 at me.com> wrote:
>
> > Hi There,
> >
> > For the terminally stupid, what is the workaround?
> >
> > Regards,
> > Adam
> >
> > On 13 Oct 2010, at 10:49 PM, Jeffrey D Peterson wrote:
> >
> >> Was there ever a release of grokproject with the pinned zc.buildout?
> >>
> >> I am doing a fresh install and am seeing this error again but for
> >> zc.buildout 1.5.2
> >>
> >> As before I can work around it but I thought we'd planned to temporarily
> >> deal with it while pursuing a Grok release that was compatible with
> >> zc.buildout > 1.5.x
> >>
> >> --
> >> Jeffrey Peterson
> >> bgpete3 at gmail.com
> >>
> >>> -----Original Message-----
> >>> From: grok-dev-bounces at zope.org [mailto:grok-dev-bounces at zope.org] On
> >>> Behalf Of Martijn Faassen
> >>> Sent: Wednesday, September 08, 2010 8:24 AM
> >>> To: grok-dev at zope.org
> >>> Subject: Re: [Grok-dev] zc.buildout 1.5.0
> >>>
> >>> Hi there,
> >>>
> >>> On 09/08/2010 10:00 AM, Christian Klinger wrote:
> >>>> i have found the bug!
> >>>
> >>> Thank you very much for looking into this, this is good debugging work!
> >>>
> >>>> The question is what can we do?
> >>>>
> >>>> I mean we can pin the downloading of zc.buildout in grokprojcets
> >>>> utils.py, something like this:
> >>>>
> >>>>   setuptools.command.easy_install.main(extra_args
> >>>>                                ['-mNxd', tmpdir',
> >>> zc.buildout==1.4.3'])
> >>>>
> >>>> I hope someone comes up with a better idea.
> >>>
> >>> Thanks for looking into this!
> >>>
> >>> I suggest we hardcode this in grokproject for now, and get a bugfix
> >>> release out. Do you have permissions to do this?
> >>>
> >>> As a next step we need to work towards actually officially supporting
> >>> buildout 1.5.x, as it has nice features.
> >>>
> >>> Regards,
> >>>
> >>> Martijn
> >>>
> >>>
> >>> _______________________________________________
> >>> Grok-dev mailing list
> >>> Grok-dev at zope.org
> >>> https://mail.zope.org/mailman/listinfo/grok-dev
> >>
> >> _______________________________________________
> >> Grok-dev mailing list
> >> Grok-dev at zope.org
> >> https://mail.zope.org/mailman/listinfo/grok-dev
> >
>



-- 
Jeffrey D Peterson
bgpete at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/grok-dev/attachments/20101016/bbca148a/attachment.html 


More information about the Grok-dev mailing list