I just installed the latest appscript from the installer. However, it
puts the appscript python libs into
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/aeosa
instead of
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/aeosa
This pre
Paul Berkowitz wrote:
> On 11/13/06 8:37 PM, "Michael Toomim" <[EMAIL PROTECTED]> wrote:
>
>> I just installed the latest appscript from the installer. However, it
>> puts the appscript python libs into
>>
>> /Library/Frameworks/Python.framework/Vers
has wrote:
> The appscript installer should install the following items into site-
> packages:
>
> aeosa/
> aeosa.pth
>
> The .pth file should contain the relative path to the aeosa directory
> (aeosa), and Python's import mechanism should follow that path when
> looking for modules to impor
Michael Toomim wrote:
> Hm, well I guess the .pth file didn't work on my machine for some reason.
After some more debugging, I think the problem might have been that my
python2.4 is installed from fink, which has its own site-packages
directory in /sw.
Thanks for