Re: [Zope] Debugging a python routine
More info that may be of help: * Ken Manheimer's wiki on Zope debugging at zope.org: http://zope.org/Members/klm/ZopeDebugging/FrontPage * Ken's original paper on the matter: http://zope.org/Members/klm/ZopeDebugging/ConversingWithZope * A more advanced coverage of the matter at zopewiki.org: http://zopewiki.org/DebuggingZopeWithPythonDebugger2 I got these from here: http://docs.neuroinf.de/programming-plone/debug Cheers! Barry Drake --- John Poltorak wrote:
Can anyone suggest how I would go about debugging a Python routine like this through Zope?
<span tal:define="opts
python:here.lib.parse_file(file=here.members,sepr=',',clone=1)">
<tal:block repeat="opt opts"> <li><a tal:content="python:opt[1]" tal:attributes="href python:opt[0]"></a></li> </tal:block> </span>
-- John
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Barry Drake