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
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
Nice response time Chris, thanks -----Original Message----- From: Chris McDonough [mailto:chrism@zope.com] Sent: Monday, September 17, 2001 11:38 AM To: Curtis Ruck; Zope Subject: Re: [Zope] Python Shell access 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
participants (2)
-
Chris McDonough -
Curtis Ruck