Use newer python for win32 zope?
is zope 2.4.0 under win32 compatible with the more recent python releases? if so, can I just change the start file to just use it? z2.py already modifies sys.path on its own, correct? Almost there -- Keith
Keith, I do exactly that, saves no end of trouble installing third party Python libs. At the moment I use 2.1.1 seems OK Phil ----- Original Message ----- From: "Keith J. Farmer" <kfarmer@thuban.org> To: "Zope (E-mail)" <zope@zope.org> Sent: Thursday, August 09, 2001 10:07 AM Subject: [Zope] Use newer python for win32 zope?
is zope 2.4.0 under win32 compatible with the more recent python releases? if so, can I just change the start file to just use it? z2.py already modifies sys.path on its own, correct?
Almost there -- Keith
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi Keith, sure, although you have to stick to 2.1.x at the moment.
From my experience Zopes ExtensionClass does not work with Python 2.2. You can just change your start.bat.
However, Zope2.4 comes with python2.1, so its not too old ;) Regards Tino --On Donnerstag, 9. August 2001 02:07 -0700 "Keith J. Farmer" <kfarmer@thuban.org> wrote:
is zope 2.4.0 under win32 compatible with the more recent python releases? if so, can I just change the start file to just use it? z2.py already modifies sys.path on its own, correct?
Almost there -- Keith
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Keith J. Farmer -
Phil Harris -
Tino Wildenhain