18 Oct
2003
18 Oct
'03
4:26 p.m.
--On Samstag, 18. Oktober 2003 12:04 Uhr -0400 Ted holden <medved@fcc.net> wrote:
Does anybody have the latest thinking on the following error message:
ImportError: /home/bear/Zope-2.6.2-linux2-x86/lib/python/Products/instantindex/_iindex pymodule.so: undefined symbol: PyType_IsSubtype
You're import a Python extension compiled against Python 2.2+ under with Python 2.1.X or so. This will fail. -aj