From: Patrick K. O'B. <po...@or...> - 2001-10-10 22:17:37
|
For grins, try the following in the shell: >>> import Zope >>> app = Zope.app() >>> app.__doc__ 'Top-level system object' >>> Then drill around in the namespace viewer. (Zope objects actually have an overwhelming number of methods.) You'll need the version of PyCrust from CVS to get the full effect, as I've recently enhanced the introspection of Zope and ZODB objects. --- Patrick K. O'Brien Orbtech (http://www.orbtech.com) "I am, therefore I think." -----Original Message----- From: pyt...@li... [mailto:pyt...@li...]On Behalf Of Kevin Altis Sent: Wednesday, October 10, 2001 5:05 PM To: pythoncard-Users Cc: si...@ki... Subject: RE: [Pythoncard-users] FW: [opml-dev] Simon Kittle's work <snip> It sounds like a lot of the management for a blogger site like Manila will be taken care of by his app. It may also be a good excuse to make a wrapped version of the wxTreeCtrl for use in PythonCard. I'm hoping that this is the first hint at how we might do interesting things between PythonCard and Zope as well. ka |