Hi everybody. I need help to use Zope. I have installed Zope 2.3.3 binary version under a linux SUSE 7.1 system. I have installed python-ldap 1.10 alpha 3 requiring Python 2.0. At zope start up I get a lot of warning like this: WARNING: Python C API version mismatch for module cStringIO: This Python has API version 1009, module cStringIO has version 1007 Have you got some suggestion about it? Do you know why? Thanks a lot -- Alessandro COTA CSP s.c. a r.l. - INLAB Laboratorio&Tecnologie - PA ______________________________________________ Via Livorno, 60 - 10144 Torino [IT] Alessandro.Cota@csp.it tel. +39 011 316 5107 ______________________________________________
On Wed, 4 Jul 2001, cota wrote:
WARNING: Python C API version mismatch for module cStringIO: This Python has API version 1009, module cStringIO has version 1007
You must recompile all C extensions for Python 2.0. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
Good morning cota, either simply install zope from source using python 2.1 (you should use 2.1 instead of 2.0) or take the 2.4 alpha versions of zope. Regards Tino --On Mittwoch, 4. Juli 2001 09:59 +0200 cota <alessandro.cota@csp.it> wrote:
Hi everybody. I need help to use Zope. I have installed Zope 2.3.3 binary version under a linux SUSE 7.1 system. I have installed python-ldap 1.10 alpha 3 requiring Python 2.0. At zope start up I get a lot of warning like this:
WARNING: Python C API version mismatch for module cStringIO: This Python has API version 1009, module cStringIO has version 1007
Have you got some suggestion about it? Do you know why?
Thanks a lot
-- Alessandro COTA CSP s.c. a r.l. - INLAB Laboratorio&Tecnologie - PA ______________________________________________ Via Livorno, 60 - 10144 Torino [IT] Alessandro.Cota@csp.it tel. +39 011 316 5107 ______________________________________________
I just run python2.0 wo_pgci.py from my Zope root, and it does all the right stuff for me.
either simply install zope from source using python 2.1 (you should use 2.1 instead of 2.0) or take the 2.4 alpha versions of zope.
I thought 2.1 broke stuff like the Catalog? seb
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of seb bacon
I thought 2.1 broke stuff like the Catalog?
In Zope before 2.4 it breaks viewing the catalog only. The catalog itself is fine. See http://groups.yahoo.com/group/zope/message/63927 for the fix. _______________________ Ron Bickers Logic Etc, Inc.
seb bacon writes:
I just run
python2.0 wo_pgci.py
from my Zope root, and it does all the right stuff for me.
either simply install zope from source using python 2.1 (you should use 2.1 instead of 2.0) or take the 2.4 alpha versions of zope.
I thought 2.1 broke stuff like the Catalog? Apparently, it breaks ZClasses.
Python 2.1's cPickle hates classes with a "__module__" attribute set to "None". Zope 2.3 ZClasses create such classes. Dieter
participants (6)
-
cota -
Dieter Maurer -
Oleg Broytmann -
Ron Bickers -
seb bacon -
Tino Wildenhain