[Pythonmac-SIG] Trouble with appscript install location

Michael Toomim toomim at ocf.berkeley.edu
Tue Nov 14 05:37:30 CET 2006


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 prevented the "from appscript import *" line from working in the 
hello world demo script.  I was able to work around the problem by 
symlinking everything from aeosa/ to ./

This happened with the universal installers for python 2.4 and 2.5.

Is this how it's supposed to work?  Am I doing something wrong?

Thanks,
mike



More information about the Pythonmac-SIG mailing list