30 Nov
1999
30 Nov
'99
11:03 p.m.
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