Is ZOPE 2.4.1 working with Python 2.2 ? My ISP is about to upgrade their Python and I have to know if they can go for the latest version. -- Regards, George Osvald OK STUDIO Ph: (02) 9792 8501 Fax: (02) 9792 8502 Mob: 0411 766 792 mail@okstudio.com.au http://www.okstudio.com.au PO BOX 552 PADSTOW NSW 2211 AUSTRALIA
Advise your ISP that Python 2.2 is still in alpha stage. Zope 2.4.1 requires 2.1.(1). Use 2.2 at your own risk. Andreas ----- Original Message ----- From: "George Osvald" <mail@okstudio.com.au> To: <zope@zope.org> Sent: Sunday, September 09, 2001 20:10 Subject: [Zope] zope + python 2.2
Is ZOPE 2.4.1 working with Python 2.2 ?
My ISP is about to upgrade their Python and I have to know if they can go for the latest version.
--
Regards,
George Osvald OK STUDIO Ph: (02) 9792 8501 Fax: (02) 9792 8502 Mob: 0411 766 792 mail@okstudio.com.au http://www.okstudio.com.au PO BOX 552 PADSTOW NSW 2211 AUSTRALIA
_______________________________________________ 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 )
On Sun, 2001-09-09 at 22:24, Andreas Jung wrote:
Advise your ISP that Python 2.2 is still in alpha stage. Zope 2.4.1 requires 2.1.(1). Use 2.2 at your own risk.
Is ZOPE 2.4.1 working with Python 2.2 ?
Having tried Zope 2.4.1 with Python 2.2a2, I can safely say: It doesn't work. It dumps core immediately, but I haven't investigated why. -- Andy Dustman PGP: 0x930B8AB6 @ .net http://dustman.net/andy I'll give spammers one bite of the apple, but they'll have to guess which bite has the razor blade in it.
On Sun, 2001-09-09 at 23:32, Andy Dustman wrote:
On Sun, 2001-09-09 at 22:24, Andreas Jung wrote:
Advise your ISP that Python 2.2 is still in alpha stage. Zope 2.4.1 requires 2.1.(1). Use 2.2 at your own risk.
Is ZOPE 2.4.1 working with Python 2.2 ?
Having tried Zope 2.4.1 with Python 2.2a2, I can safely say: It doesn't work. It dumps core immediately, but I haven't investigated why.
Update: With 2.2a3, it still doesn't work, but at least a traceback is generated: Traceback (innermost last): File /home/andy/Zope/z2.py, line 564, in ? (Object: ZLogger) File <string>, line 1, in ? File /home/andy/Zope/lib/python/Zope/__init__.py, line 95, in ? File /home/andy/Zope-2.4.1/lib/python/Globals.py, line 96, in ? (Object: string) File /home/andy/Zope-2.4.1/lib/python/App/special_dtml.py, line 90, in ? TypeError: PyClass_New: base must be a class This probably has something to do with the new type/class unification stuff. http://www.python.org/peps/pep-0253.html -- Andy Dustman PGP: 0x930B8AB6 @ .net http://dustman.net/andy I'll give spammers one bite of the apple, but they'll have to guess which bite has the razor blade in it.
participants (3)
-
Andreas Jung -
Andy Dustman -
George Osvald