python versions- how to upgrade
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?
Zope 2.6.X + Python 2.2.3 should work in 99% of the cases although Python 2.1.3 is still the offical recommended and supported version. -aj --On Freitag, 11. Juli 2003 9:22 Uhr -0700 "Kelley, Sean" <SKelley@ci.santa-rosa.ca.us> wrote:
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?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
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
participants (3)
-
Andreas Jung -
Dieter Maurer -
Kelley, Sean