i have problems installing Zope 2.6.1
i downloaded ZOPE 2.6.1 (src release) and made these steps : python wo-pcgi.py (and i noted the user name and password) then i added in the start file one more option (-P 8001) in order to run ZOPE on the web port 8081. then when i am running : ./start i have this error : /usr/local/Zope2/z2.py:378: UserWarning: You are running Python version 2.1.1. This Python version has known bugs that may cause Zope to run improperly. Consider upgrading to a Python in the 2.1 series with at least version number 2.1.3. (Note that Zope does not yet run under any Python 2.2 version). warnings.warn(err) ------ 2003-04-10T11:50:33 INFO(0) zdaemon Started subprocess: pid 9151 /usr/local/Zope2/z2.py:378: UserWarning: You are running Python version 2.1.1. This Python version has known bugs that may cause Zope to run improperly. Consider upgrading to a Python in the 2.1 series with at least version number 2.1.3. (Note that Zope does not yet run under any Python 2.2 version). warnings.warn(err) ------ 2003-04-10T11:50:34 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/local/Zope2/z2.py, line 582, in ? File /usr/local/Zope2/lib/python/Zope/__init__.py, line 45, in startup File /usr/local/Zope2/lib/python/Zope/App/startup.py, line 24, in ? File /usr/local/Zope2/lib/python/ZODB/__init__.py, line 18, in ? SystemError: _PyImport_FixupExtension: module ZODB.cPersistence not loaded please tell me what to do (i don't know to upgrade my python version because i use it with a lot of other applications) thank you in advance ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
walid aoudi wrote at 2003-4-10 11:55 +0200:
.... /usr/local/Zope2/z2.py:378: UserWarning: You are running Python version 2.1.1. This Python version has known bugs that may cause Zope to run improperly. Consider upgrading to a Python in the 2.1 series with at least version number 2.1.3. .... please tell me what to do (i don't know to upgrade my python version because i use it with a lot of other applications)
You should upgrade to Python 2.1.3. All applications that work with Python 2.1.1 should also work with 2.1.3. Dieter
participants (2)
-
Dieter Maurer -
walid aoudi