[Grok-dev] 1.01a install trouble on Windows Vista

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Jan 15 05:45:28 EST 2009


Martijn Faassen, on 2009-01-14:
> Seb F-S wrote:
>>> The errors concerning eggbasket *should* be gone with the latest release 
>>> of eggbasket. Could you remove your .buildout directory (including eggs) 
>>> and try grokproject again?
>> 
>> I erased my .buildout folder including all its content.
>> Then I tried grokproject on an new project, and ended with a tarball error
>> again.
>> I could not \bin\buildout (buildout is not in\bin yet)
>> 
>> I fixed line 46 again in 
>> C:\Users\Seb\.buildout\eggs\z3c.recipe.eggbasket-0.4.0-py2.5.egg\z3c\recipe\eggbasket,
>
> That's weird - I released 0.4.1 of eggbasket earlier this week and you 
> should've gotten this one. For some reason you get 0.4.0 again, and I 
> don't understand where it is coming from.
>
> Perhaps something in grokproject is requiring 0.4.0 instead of 0.4.1?

Yes, that is what I found out after your comment yesterday on this bug
https://bugs.launchpad.net/grok/+bug/242370

The versions.cfg template files are were pinning z3c.recipe.eggbasket
to 0.4.0...  That's the double edged sword of pinning: you don't get
new bugs, but you also don't get new fixes...  Anyway, I fixed this in
grokproject trunk:

* Pinned all package versions in the generated versions.cfg to the
  latest released ones.  Especially pinned z3c.recipe.eggbasket to
  the most recent one, 0.4.1.

I see some test failures now, I'll take a quick look at that.  It does
seem that everytime I run bin/test in grokproject the tarball gets
downloaded and all eggs get installed in a temp directory so this
takes a long time. :-(

I added a note in the CHANGES.txt of z3c.recipe.eggbasket too:

  Note: when releasing a new version of this package, also update the
  versions.cfg templates in grokproject as z3c.recipe.eggbasket is
  pinned there.

-- 
Maurits van Rees | http://maurits.vanrees.org/
            Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]



More information about the Grok-dev mailing list