24 Jun
2004
24 Jun
'04
3:15 p.m.
On Wed, Jun 16, 2004 at 12:18:03PM -0600, Mark Gibson wrote:
Zope Version (unreleased version, python 2.3.4, linux2) actually Zope-2.7.1-b2 Python Version 2.3.4
----------
Trying to track down a POSKeyError, I got through my usual process:
[root@server2 local]# python2.3
import ZODB, Zope app = Zope.app()
And get an error. This is the first time I'm doing this with 2.7, is this the problem? Any ideas on how to resolve this?
Yep, there's a new step needed as of 2.7: import Zope Zope.configure('/path/to/zope.conf') app = Zope.app() -- Paul Winkler http://www.slinkp.com