25 Nov
2003
25 Nov
'03
8:32 p.m.
Wei-Yen Tan wrote at 2003-11-26 01:28 +1300:
... It sseems to be a mismatch with python......which I am really baffled. I am just starting to experiment with this, and just would like to know what was up with it. Any help appreciated.
You are right. You are running Python 2.3.x while your Zope has been build with Python 2.2.x.
... Python C API version mismatch for module ExtensionClass: This Python has API version 1012, module ExtensionClass has version 1011. from ExtensionClass import Base
As Jens already pointed out: It is probably best to build Zope yourself. -- Dieter