Skip to content.
plope
Search
Personal tools
You are not logged in
Log in
You are here:
Home
»
Members
»
chrism's Home
»
What's New in Zope 2.7
»
.configure?
Comment
Above in this comment thread:
What's New in Zope 2.7
.configure?
Posted by
pupq
at
2003-12-22 12:42 PM
Tried::
import Zope
Zope.configure('/path/to/zope.conf')
app = Zope.app()
But my Zope (2.7b3) has no .configure method. Am I missing something obvious? Only in a specific CVS branch?
latest CVS
Posted by
chrism
at
2003-12-22 01:49 PM
b3 has no configure method. I just added it last night to the 2.7 branch.
import Zope
Zope.configure('/path/to/zope.conf')
app = Zope.app()
But my Zope (2.7b3) has no .configure method. Am I missing something obvious? Only in a specific CVS branch?