Bill,

Appscript probably gets installed as a zipped egg, the .python-eggs directory gets created when a real filesystem path is needed for an item in such an egg.

If you install appscript as an unzipped egg the problem should go away.

Ronald



On 13 sep 2009, at 19:52, Bill Janssen <jans...@parc.com> wrote:

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
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to