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

Ronald Oussoren ronaldoussoren at mac.com
Fri Sep 18 08:10:15 CEST 2009


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

> Ronald Oussoren <ronaldoussoren at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2224 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090918/498f773f/attachment.bin>


More information about the Pythonmac-SIG mailing list