Re: [Distutils] bug in z3c.recipe.scripts

2013-02-15 Thread Gary Poster
Hi all. happy to grant pypi access to whomever. Gary On Feb 14, 2013, at 8:37 PM, Paul Korzhyk paul.korz...@gmail.com wrote: Brief google gave his email as gary.pos...@gmail.com cc'd. I'm using appfy.recipe.gae and it in turn extends z3c.r.scripts. As it hasn't been updated in a while,

Re: [Distutils] bug in z3c.recipe.scripts

2013-02-15 Thread Paul Korzhyk
Brief google gave his email as gary.pos...@gmail.com cc'd. I'm using appfy.recipe.gae and it in turn extends z3c.r.scripts. As it hasn't been updated in a while, I'm afraid I'd have to figure out this whole buildout thing, understand differences between z3c and zc flavors, and then write and test

Re: [Distutils] bug in z3c.recipe.scripts

2013-02-15 Thread Marius Gedminas
On Thu, Feb 14, 2013 at 09:55:37PM -0500, Gary Poster wrote: Hi all. happy to grant pypi access to whomever. My PyPI username is 'mgedmin'. Thanks! Marius Gedminas -- Apologies for taking up the bandwidth with the apology. Anything else I can apologise for .. er no can't think of

Re: [Distutils] bug in z3c.recipe.scripts

2013-02-15 Thread Gary Poster
Done. Gary On Feb 15, 2013, at 8:40 AM, Marius Gedminas mar...@pov.lt wrote: On Thu, Feb 14, 2013 at 09:55:37PM -0500, Gary Poster wrote: Hi all. happy to grant pypi access to whomever. My PyPI username is 'mgedmin'. Thanks! Marius Gedminas -- Apologies for taking up the

[Distutils] bug in z3c.recipe.scripts

2013-02-14 Thread Paul Korzhyk
Hi, I'm struggling to find a workaround for this issue (tail of the stack trace only): File /Users/paulkorzhyk/Projects/foobar/eggs/z3c.recipe.scripts-1.0.1-py2.7.egg/z3c/recipe/scripts/__init__.py, line 1, in module from z3c.recipe.scripts.scripts import Scripts, Interpreter File

Re: [Distutils] bug in z3c.recipe.scripts

2013-02-14 Thread Jim Fulton
z3c.recipe.scripts doesn't work with buildout 2. It never will. You need to downgrade to version 1 using the version 1 bootstrap script: http://downloads.buildout.org/1/bootstrap.py In the long run, you'll want to change your buildouts to use zc.recipe.egg instead. Jim On Thu, Feb 14, 2013

Re: [Distutils] bug in z3c.recipe.scripts

2013-02-14 Thread Marius Gedminas
On Thu, Feb 14, 2013 at 09:20:05AM -0500, Jim Fulton wrote: z3c.recipe.scripts doesn't work with buildout 2. It never will. There ought to be a z3c.recipe.scripts 1.0.2 release that install_requires zc.buildout 2.0.0a1. Gary Poster is the only person who has PyPI access. Does anyone remember