[Pythonmac-SIG] Appscript and Snow Leopard and setuptools...

Bill Janssen janssen at parc.com
Sun Sep 13 19:52:55 CEST 2009


Is it possible to disentangle appscript from setuptools?  I just
downloaded the sources to my Snow Leopard machine, did

python setup.py build
python setup.py install

which went just fine.  But then I did

% python
>>> import appscript

and got this big stack trace because a ~/.python-eggs subdirectory
wasn't accessible.  That shouldn't happen, and I'd like to remove
any dependence on setuptools and eggs, if possible.

Bill


More information about the Pythonmac-SIG mailing list