[Pythonmac-SIG] Appscript and Snow Leopard and setuptools...
Ned Deily
nad at acm.org
Fri Sep 18 03:04:56 CEST 2009
In article <20090917234722.GB26785 at panix.com>,
Aahz <aahz at pythoncraft.com> wrote:
> On Thu, Sep 17, 2009, Bill Janssen wrote:
> > Ronald Oussoren <ronaldoussoren at mac.com> wrote:
> >> If you install appscript as an unzipped egg the problem should go away.
> > How does one do that?>
> You can unzip manually as with any other .ZIP file, or you can do
> easy_install with -Z.
... and if you always want to install eggs unzipped, add the following
to one of the distutils config files, i.e. ~/.pydistutils.cfg:
[easy_install]
zip-ok = 0
--
Ned Deily,
nad at acm.org
More information about the Pythonmac-SIG
mailing list