[Zope] Python Shell access
   
    Chris McDonough
     
    chrism@zope.com
       
    Mon, 17 Sep 2001 12:38:06 -0400
    
    
  
cd lib/python
python
>>> import Zope
>>> app = Zope.app()
>>> app.objectIds()
----- Original Message ----- 
From: "Curtis Ruck" <cwr2045@tntech.edu>
To: "Zope" <Zope@zope.org>
Sent: Monday, September 17, 2001 12:28 PM
Subject: [Zope] Python Shell access
> How can I get into Zope with a python shell?
>  
> I am wanting to learn the API better and I figure if I can get inside
> Zope and perform dir() on objects I can learn the objects API better.
>  
> Btw, I prefer getting inside to learn than to read documentation,
> especially when the documentation is terrible.
>  
> Yours in service,
> Curtis W. Ruck
>