22 Mar
2004
22 Mar
'04
4:50 p.m.
Serg wrote:
I have problem with below code: ------A.py------ def aaa(self): " " # do something
How is Zope supposed to find this aaa method? Where does it become an attribute of your class or your object?
Zope write: Site Error An error was encountered while publishing this resource. Debugging Notice Zope has encountered a problem publishing your object. Cannot locate object at: http://localhost:8080/min/1/aaa
Exception type, value and traceback please...
Zope cannot find function aaa() from A.py.
How can I call python functhion in dtml-file?
Make it a method of your A class.... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk