[Zope] importing string module in python METHOD - a problem that shouldn't be aproblemproblem

Shane Hathaway shane@digicool.com
Sat, 13 Jan 2001 23:11:47 -0500


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