Re: Graphical debugger/code explorer

2005-10-04 Thread ld
Florian Lindner wrote: > Hello, > in order to understand python code from a larger project (Zope 3) I'm > looking for a tool that helps me with that. It should also help > What (graphical) application running on Linux can you recommend? Maybe you shoud tryy doxygen/happydoc etc? Doxygen support

Re: Graphical debugger/code explorer

2005-10-04 Thread Florian Lindner
benz wrote: PYTHON_IDE={ > 'spe' : 'http://spe.pycs.net/', > 'eric3' : 'http://www.die-offenbachs.de/detlev/eric3.html', > 'drpython' : 'http://drpython.sourceforge.net/'} I've tried out eric3 and it looks promising. However, I have one problem. I open a file which is part of Zope and set a b

Re: Graphical debugger/code explorer

2005-10-03 Thread Larry Bates
Eclipse - http://www.eclipse.org/ http://wiki.python.org/moin/EclipsePythonIntegration Florian Lindner wrote: > Hello, > in order to understand python code from a larger project (Zope 3) I'm > looking for a tool that helps me with that. It should also help > What (graphical) application running o

Re: Graphical debugger/code explorer

2005-10-03 Thread benz
>>>PYTHON_IDE={ 'spe' : 'http://spe.pycs.net/', 'eric3' : 'http://www.die-offenbachs.de/detlev/eric3.html', 'drpython' : 'http://drpython.sourceforge.net/'} :) -- http://mail.python.org/mailman/listinfo/python-list

Graphical debugger/code explorer

2005-10-03 Thread Florian Lindner
Hello, in order to understand python code from a larger project (Zope 3) I'm looking for a tool that helps me with that. It should also help What (graphical) application running on Linux can you recommend? Thanks, Florian -- http://mail.python.org/mailman/listinfo/python-list