Issue 811070: Py2.2.3: Problem with Expat/XML/Zope on MacOSX 10.2.8 (original) (raw)

Trying to run Python 2.2.3 under MacOSX with Zope fails:

Python has been built against the latest Expat Sources (1.96.6)

Traceback (most recent call last): File "/Users/ajung/sandboxes/plone1.1/Zope/lib/python/Zope/Startup/run.py", line 14, in ? run() File "/Users/ajung/sandboxes/plone1.1/Zope/lib/python/Zope/Startup/run.py", line 8, in run opts.realize() File "/Users/ajung/sandboxes/plone1.1/Zope/lib/python/zdaemon/zdoptions.py", line 257, in realize self.load_schema() File "/Users/ajung/sandboxes/plone1.1/Zope/lib/python/zdaemon/zdoptions.py", line 298, in load_schema self.schema = ZConfig.loadSchema(self.schemafile) File "/Users/ajung/sandboxes/plone1.1/Zope/lib/python/ZConfig/loader.py", line 36, in loadSchema return SchemaLoader().loadURL(url) File "/Users/ajung/sandboxes/plone1.1/Zope/lib/python/ZConfig/loader.py", line 70, in loadURL return self.loadResource(r) File "/Users/ajung/sandboxes/plone1.1/Zope/lib/python/ZConfig/loader.py", line 134, in loadResource self.registry, self) File "/Users/ajung/sandboxes/plone1.1/Zope/lib/python/ZConfig/schema.py", line 42, in parseResource xml.sax.parse(resource.file, parser) File "/opt/python-2.2.3/lib/python2.2/site-packages/_xmlplus/sax/init.py", line 31, in parse parser.parse(filename_or_stream) File "/opt/python-2.2.3/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 106, in parse self.reset() File "/opt/python-2.2.3/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 261, in reset self._parser = expat.ParserCreate(intern = self._interning) TypeError: 'intern' is an invalid keyword argument for this function