Mika, David P (Research) wrote:
        from Zope.Startup import options, handlers
        opts = options.ZopeOptions()
        opts.configfile='c:\Zope-Instance-Test\etc\zope-with-zeo.conf'
        opts.load_schema()
        opts.load_configfile()

What does your zope-with-zeo.conf file look like?

The schema file that is being used by ZopeOptions is Zope/Startup/zopeschema.xml.  
This only has a skeleton zodb_db section.  It looks like the meat & potatoes 
are in ZODB/component.xml, but I don't see how that is actually pulled in.

There will be an import statement in zopeschema.xml

cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to