[Zope] Zope startup problem: AttributeError: 'module' object has no attribute 'loadSchema'

Paul Sue Paul.Sue at TELUS.com
Thu Sep 1 19:28:44 EDT 2005


Hi,

Found a spare Solaris 8 server, so I thought I'd tried building Zope/Plone on it.

Built python 2.3.4, Zope 2.7.4 OK.  When I start up zope, I get:

Traceback (most recent call last):
  File "/space/users/zope/Zope274/lib/python/Zope/Startup/run.py", line 50, in ?
    run()
  File "/space/users/zope/Zope274/lib/python/Zope/Startup/run.py", line 18, in run
    opts = _setconfig()
  File "/space/users/zope/Zope274/lib/python/Zope/Startup/run.py", line 42, in _setconfig
    opts.realize(doc="Sorry, no option docs yet.")
  File "/space/users/zope/Zope274/lib/python/zdaemon/zdoptions.py", line 271, in realize
    self.load_schema()
  File "/space/users/zope/Zope274/lib/python/zdaemon/zdoptions.py", line 312, in load_schema
    self.schema = ZConfig.loadSchema(self.schemafile)
AttributeError: 'module' object has no attribute 'loadSchema' 

Any pointers would be greatly appreciated.

Thanks,

Paul


More information about the Zope mailing list