[Pythonmac-SIG] Trouble with appscript install location

2006-11-13 Thread Michael Toomim
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

Re: [Pythonmac-SIG] Trouble with appscript install location

2006-11-14 Thread Michael Toomim
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

Re: [Pythonmac-SIG] Trouble with appscript install location

2006-11-14 Thread Michael Toomim
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

Re: [Pythonmac-SIG] Trouble with appscript install location

2006-11-14 Thread Michael Toomim
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