Skip to content.
Sections

Quantum Magic & Love Quarks

Personal tools
You are here: Home » Notes
 
Views

upgrading Python for Plone

Document Actions
last edited 2 years 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.


comments:

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

 

Powered by Plone