<snip>
I use python script as an external method, 

Do you know how to define the python  libraries path.

I get an error No module named  .....
</snip>


Here is something I use in external methods:

EXTDIR = '/apps/zope/Extensions'
import sys
if EXTDIR not in sys.path:
 sys.path.append(EXTDIR)


hth

Jonathan
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to