[Zope] python versions- how to upgrade
Dieter Maurer
dieter@handshake.de
Mon, 14 Jul 2003 00:39:31 +0200
Kelley, Sean wrote at 2003-7-11 09:22 -0700:
> I installed zope 2.6.1 for windows which uses python 2.1.3. A python
> library I want to install requires python 2.2 or better. Can I just run the
> windows installer for the latest python? Will it hook up to zope
> automatically or is there another specific place or way it needs to be
> installed for zope to use it? Will zope 2.6.1 work with python 2.2.3?
You must recompile Zope's C extensions. This requires a C development
system.
When you have one, then it is trivial. Install Zope's source
distribution. Run:
<your_favorite_python_version> wo_pcgi.py
Dieter