14 Jan
2001
14 Jan
'01
4:11 a.m.
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