Lee wrote:
> I have a Python method that needs to use the string module. In the
> method body I have the 'import string' statement but when I try it =>
> 
>             Error Type: ImportError
>             Error Value: __import__ not found

import is available in Python Scripts but not Python Methods.  PS is
available in Zope 2.3.x.

Shane

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to