Re: [Zope] PythonMethod problem

2000-12-11 Thread Philipp Auersperg
PythonScripts will come with Zope 2.3 How did you call the method? perhaps you forgot the 'self' your call should look like this: self.foo(...) phil *** REPLY SEPARATOR *** On 10.12.2000 at 16:22 kosh wrote: I know I am still using PythonMethods however I have not seen

[Zope] PythonMethod problem

2000-12-10 Thread kosh
I know I am still using PythonMethods however I have not seen Python Scripts out yet for 2.2.4. Okay here is the problem. How do I call one PythonMethod from another PythonMethod? Example object foo is a python method and it takes a='',b='',c='',d='' does stuff returns a string foo_spec