Views
upgrading Python for Plone
last edited 1 year ago by pf
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.
configure --pf, Thu, 17 Aug 2006 12:55:11 -0500 reply
sudo ./configure --with-python=/usr/local/bin/python --prefix=/opt/Zope-2.8.8
