[Distutils] easy_install fails with tarfile.ExtractError: could not change mode

2007-04-13 Thread Michael Dunstan
Hi, I've found that for easy_install fails to install zc.recipe.testrunner for python 2.3 on OS X. % easy_install-2.3 zc.recipe.testrunner Searching for zc.recipe.testrunner Reading http://cheeseshop.python.org/pypi/zc.recipe.testrunner/ Reading http://svn.zope.org/zc.buildout Reading http://chee

Re: [Distutils] easy_install fails with tarfile.ExtractError: could not change mode

2007-04-14 Thread Michael Dunstan
On 4/15/07, Jim Fulton <[EMAIL PROTECTED]> wrote: > Weird. Thanks for chasing this down. I've uploaded a new release > without that bit set. Thanks. That does the trick nicely. Michael ___ Distutils-SIG maillist - [EMAIL PROTECTED] http://mail.pyth

[Distutils] zc.buildout and PYTHON_EGG_CACHE

2008-01-11 Thread Michael Dunstan
PYTHON_EGG_CACHE outside of buildout: http://mail.python.org/pipermail/distutils-sig/2006-November/006909.html And an example egg that ends up being extracted to PYTHON_EGG_CACHE is simplejson. -- Michael Dunstan ___ Distutils-SIG maillist - Distutils

Re: [Distutils] zc.buildout and PYTHON_EGG_CACHE

2008-01-11 Thread Michael Dunstan
ave any suggestion for how you might want to configure this in > buildout? > > Jim > > > On Jan 11, 2008, at 6:50 PM, Michael Dunstan wrote: > > > Is there a sane way to configure a common PYTHON_EGG_CACHE using > > zc.buildout? > > > > By default PYTHON_E

Re: [Distutils] zc.buildout and PYTHON_EGG_CACHE

2008-01-11 Thread Michael Dunstan
On Jan 12, 2008 1:04 PM, Jim Fulton <[EMAIL PROTECTED]> wrote: > > On Jan 11, 2008, at 6:58 PM, Michael Dunstan wrote: > > > How about something in the buildout section? So that could look like: > > > >[buildout] > >python-egg-cache = /some/where/