I'm trying to install py-appscript on the mac using 'sudo easy_install appscript'. The command runs and I get a message saying "Installed /Library/Python/..../appscript=0.20.0-py2.5-maxosx-10.5-i386.egg".
However, when I run a tool that required this (osaglue) I get an error that py-appscript isn't installed. My guess is that it's installed in some location that's not in my path, or that I need to do something more to install it.
Any ideas?
The exact text I see when running easy_install is:
Processing appscript-0.20.0-py2.5-macosx-10.5-i386.egg appscript 0.20.0 is already the active version in easy-install.pth
Installed /Library/Python/2.5/site-packages/appscript-0.20.0-py2.5-macosx-10.5-i386.egg Processing dependencies for appscript==0.20.0 Finished processing dependencies for appscript==0.20.0
and the error when trying to run osaglue is:
Sorry, py-appscript 0.18.1 or later is required to use osaglue. Please see the following page for more information:
http://appscript.sourceforge.net/py-appscript/install.html
Please install py-appscript and run this command again.