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/python
2.4/site-packages/aeosa
instead of
/Library/Frameworks/Python.framework/Versions/2.4/lib/python
2.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
_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
|