Re: [Zope-dev] dir()

2003-11-06 Thread J Cameron Cooper
I started to program for Zope and have found out, that some commands in Python have been excluded. I miss command dir(). Whether there is any opportunity to replace it? Or how I can find out methods/properties of object? You can get a Python console to the live Zope system using 'zctl.py

[Zope-dev] dir()

2003-11-05 Thread Dmitrij Repp
I started to program for Zope and have found out, that some commands in Python have been excluded. I miss command dir(). Whether there is any opportunity to replace it? Or how I can find out methods/properties of object? __ Gesendet

Re: [Zope-dev] dir()

2003-11-05 Thread Andreas Jung
PyScripts run in a restriced env. You can't use dir() inside. -aj --On Mittwoch, 5. November 2003 12:57 Uhr +0100 Dmitrij Repp [EMAIL PROTECTED] wrote: I started to program for Zope and have found out, that some commands in Python have been excluded. I miss command dir(). Whether there is any

Re: [Zope-dev] dir()

2003-11-05 Thread Tres Seaver
On Wed, 2003-11-05 at 06:57, Dmitrij Repp wrote: I started to program for Zope and have found out, that some commands in Python have been excluded. I miss command dir(). Whether there is any opportunity to replace it? Or how I can find out methods/properties of object? Note that you *can*

Re: [Zope-dev] dir()

2003-11-05 Thread Stefan H. Holek
DocFinderEverywhere may be useful to you. http://www.zope.org/Members/shh/DocFinderEverywhere Stefan --On Mittwoch, 05. November 2003 12:57 +0100 Dmitrij Repp [EMAIL PROTECTED] wrote: I started to program for Zope and have found out, that some commands in Python have been excluded. I miss