HI I updated the python to the last version and this is what I get after the zope installation was over with no errors (already created instance, username and password) Traceback (most recent call last): File "/usr/software/zope/lib/python/Zope2/Startup/zopectl.py", line 316, in ? main() File "/usr/software/zope/lib/python/Zope2/Startup/zopectl.py", line 274, in main options.realize(args) File "/usr/software/zope/lib/python/Zope2/Startup/zopectl.py", line 91, in realize ZDOptions.realize(self, *args, **kw) File "/usr/software/zope/lib/python/zdaemon/zdoptions.py", line 273, in realize self.load_schema() File "/usr/software/zope/lib/python/zdaemon/zdoptions.py", line 321, in load_schema self.schema = ZConfig.loadSchema(self.schemafile) File "/usr/software/zope/lib/python/ZConfig/loader.py", line 31, in loadSchema return SchemaLoader().loadURL(url) File "/usr/software/zope/lib/python/ZConfig/loader.py", line 65, in loadURL return self.loadResource(r) File "/usr/software/zope/lib/python/ZConfig/loader.py", line 159, in loadResource schema = ZConfig.schema.parseResource(resource, self) File "/usr/software/zope/lib/python/ZConfig/schema.py", line 27, in parseResource xml.sax.parse(resource.file, parser) File "/usr/local/lib/python2.4/xml/sax/__init__.py", line 33, in parse parser.parse(source) File "/usr/local/lib/python2.4/xml/sax/expatreader.py", line 107, in parse xmlreader.IncrementalParser.parse(self, source) File "/usr/local/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse self.feed(buffer) File "/usr/local/lib/python2.4/xml/sax/expatreader.py", line 207, in feed self._parser.Parse(data, isFinal) File "/usr/local/lib/python2.4/xml/sax/expatreader.py", line 300, in start_element self._cont_handler.startElement(name, AttributesImpl(attrs)) File "/usr/software/zope/lib/python/ZConfig/schema.py", line 99, in startElement getattr(self, "start_" + name)(attrs) File "/usr/software/zope/lib/python/ZConfig/schema.py", line 475, in start_schema keytype, valuetype, datatype = self.get_sect_typeinfo(attrs) File "/usr/software/zope/lib/python/ZConfig/schema.py", line 201, in get_sect_typeinfo datatype = self.get_datatype(attrs, "datatype", "null", base) File "/usr/software/zope/lib/python/ZConfig/schema.py", line 194, in get_datatype return self._registry.get(dtname) File "/usr/software/zope/lib/python/ZConfig/datatypes.py", line 398, in get t = self.search(name) File "/usr/software/zope/lib/python/ZConfig/datatypes.py", line 423, in search package = __import__(n, g, g, component) File "/usr/software/zope/lib/python/Zope2/Startup/datatypes.py", line 21, in ? import OFS.Uninstalled File "/usr/software/zope/lib/python/OFS/Uninstalled.py", line 16, in ? import SimpleItem, Globals, Acquisition File "/usr/software/zope/lib/python/OFS/SimpleItem.py", line 26, in ? import AccessControl.Role, AccessControl.Owned, App.Common File "/usr/software/zope/lib/python/AccessControl/__init__.py", line 17, in ? from Implementation import setImplementation File "/usr/software/zope/lib/python/AccessControl/Implementation.py", line 98, in ? setImplementation("C") File "/usr/software/zope/lib/python/AccessControl/Implementation.py", line 51, in setImplementation from AccessControl import ImplC as impl File "/usr/software/zope/lib/python/AccessControl/ImplC.py", line 30, in ? from ImplPython import RestrictedDTML, SecurityManager, ZopeSecurityPolicy ImportError: No module named ImplPython
--On 24. Juni 2006 23:09:00 +0300 Ofer Weisglass <lists@weisglass.net> wrote:
Hi
I am trying to install Zope 2.9.3 or 2.9.1 on Suse 10.1 and this is what I get:
error: must supply either home or prefix/exec-prefix -- not both make: *** [install] Error 1
Any ideas what to do?
Please try again with a Python source build. Usually we don't care much about system Python installation that are often broken in different ways.
-aj