[Pythonmac-SIG] Trouble with appscript install location

has hengist.podd at virgin.net
Tue Nov 14 13:03:07 CET 2006


Michael Toomim wrote:

> 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

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 import. (Py2App and PyObjC often use the same  
approach.)

HTH

has
-- 
http://freespace.virgin.net/hamish.sanderson/
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org




More information about the Pythonmac-SIG mailing list