[Grok-dev] How do I add Python 2.6 support to Grok?

Uli Fouquet uli at gnufix.de
Fri Feb 20 12:37:33 EST 2009


Hi there,

> > Alec Munro wrote:
> >> Yes, the problem is that 0.4.0 version of eggbasket writes the tarball
> >> using "w" instead of "wb". 0.4.1 fixes this, I believe, but until Grok
> >> releases a new version, it will keep pulling in 0.4.0.
> >
> > Where do we lock down the eggbasket version? I thought we didn't lock
> > this down (though I'm not 100% sure as I've said in the past we should :).
> >
> 
> When GrokProject is installed, it creates:
> 
> site-packages/grokproject-1.0a2-py2.6.egg/grokproject/template_paste/versions.cfg_tmpl
> 
> Which contains:
> 
> z3c.recipe.eggbasket = 0.4.0

This is the eggbasket version used by created projects. Is this the
problem? It can be overriden by a section::

  [versions]
  z3c.recipe.eggbasket = 0.4.1

in buildout.cfg and running `bin/buildout -n` afterwards.

In the trunk Maurits already updated the template.

Best regards,

-- 
Uli

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://mail.zope.org/pipermail/grok-dev/attachments/20090220/99cdc58e/attachment.bin 


More information about the Grok-dev mailing list