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


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to