On 17 Sep, 2009, at 23:50, Bill Janssen wrote:

Ronald Oussoren <ronaldousso...@mac.com> wrote:

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.

Yes, that's part of the problem.  The other part is that .pth handling
seems to have changed from 2.5 to 2.6.

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

How does one do that?

Either "python setup.py bdist_egg" and then use the right flags to easy_install; or add 'zip_safe = False' to the arguments of setup() in setup.py install install using "python setup.py install".

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to