clark, well that clears it up... (by the way, cross-posting to several lists is highly frowned upon, i am restricting this to zope@zope.org where it fits the best) it is true that python scripts in zope can be hard to debug. there is an alternative if you need access to debugging tools: use "External Methods". the code resides on the file system and you can use pdb.set_trace inside them and all that. jens On Friday, October 26, 2001, at 01:13 , Clark OBrien wrote:
If I am in the Zope manage interface. I select Add then scroll down to Script(Python) this is what I was calling an inner method.
Here is a reply I got from a Python IDE engineering team as to why I am not able to debug this code with their IDE: Regards Clark