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