History for ContributedTipsAndTricks
??changed:
-
ContributedTipsAndTricks
Do you have techniques of your own for debugging Zope that others may find
useful? How about refinements to the methods described in the paper, or
other items described here? Please add them! (If you edit someone's entry,
instead of commenting, please try to do so in a way that indicates from who
and what the changes are.) Also, see NotesAndErrata for corrections of "the
paper":ConversingWithZope .
From tschorr Wed Oct 22 02:35:00 US/Eastern 2003
From: tschorr
Date: 2003/10/22 02:35 EST
Subject: IDLE extension for Zope access
Message-ID: <[email protected]>
if you have configured ZEO and Zope as described in the paper, you perhaps might find this little extension to the IDLE for easier access to the Zope database useful. It adds a menu called "Zope" to the IDLE that lets you connect/disconnect, sync and commit transactions. In addition you can browse the ZODB with an ObjectBrowser and a variable named "app" is defined to access the Zope.app() object from the shell prompt.
You can download the file from:
http://zope.org/Members/tschorr/ZopeShell.py/file_view