In article <20090917234722.gb26...@panix.com>,
 Aahz <a...@pythoncraft.com> wrote:
> On Thu, Sep 17, 2009, Bill Janssen wrote:
> > Ronald Oussoren <ronaldousso...@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,
 n...@acm.org

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to