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

2005-09-02 Thread Peter Bengtsson
Interesting. ZConfig is a folder which contains a file __init__.py that imports the loadSchema function. This is a perfectly valid way of doing it but personally I never use it because I think it's more confusing that import the files directly instead of using the __init__ magic. Perhaps you

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

2005-09-01 Thread Paul Sue
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