[Zope] PLEASE HELP ME!!!!
Sam Gendler
sgendler@teknolojix.com
Tue, 30 Nov 1999 15:03:38 -0800
OK, I am getting desperate here.
I cannot figure out what is in the namespace from within an external
method.
I have an external method that uses the re module, and when I execute it
from the dtml, I get AttributeError, value: __len__. If I execute the
same external method from the constructor of the ZClass, instead of from
inside the ZClass, it runs perfectly. How can I get the namespace of
the external method to include all of python's normally accessible
modules?
--sam