In article <[email protected]>, Aahz <[email protected]> wrote: > On Thu, Sep 17, 2009, Bill Janssen wrote: > > Ronald Oussoren <[email protected]> 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, [email protected] _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
