Skip to content.
Sections

Quantum Magic & Love Quarks

Personal tools
You are here: Home » Notes » upgrading Python for Plone
 
Views

History for upgrading Python for Plone

configure
changed:
-
Important to re-compile Zope with the version of Python required.
Otherwise you get an error

undefined symbol: PyUnicodeUCS4_AsEncodedString

when starting Zope.

See http://mail.zope.org/pipermail/zope3-users/2006-June/003791.html

Andreas Jung's comment.

From pf Thu Aug 17 12:55:11 -0500 2006
From: pf
Date: Thu, 17 Aug 2006 12:55:11 -0500
Subject: configure
Message-ID: <20060817125511-0500@www.fraterdeus.com>

sudo ./configure --with-python=/usr/local/bin/python --prefix=/opt/Zope-2.8.8
 

Powered by Plone