Python 1.6, "Expected node type 12, got 312"
Hi, Clean build of Python 1.6 (downloaded immediately following release notification), clean build of Zope-2.2.1-src; Accessing /manage brings an error in gparse.py, line 293 (ast=sequence2ast) , "Expected node type 12, got 312". Anyone else seeing this? Anyone know what it means? Naturally, everything is just fine when built on Python 1.5.2. And Zope is marvellous. John Hayward-Warburton linux@billabong.demon.co.uk
On Wed, 06 Sep 2000 13:48:09 +0000, "John Hayward-Warburton (Programming account)" <linux@billabong.demon.co.uk> wrote:
Hi,
Clean build of Python 1.6 (downloaded immediately following release notification), clean build of Zope-2.2.1-src;
Accessing /manage brings an error in gparse.py, line 293 (ast=sequence2ast) , "Expected node type 12, got 312".
Anyone else seeing this? Anyone know what it means?
Yes, there was a bug in pythons parser module. If you are deperate to use 1.6 then you will need to compile an old copy of parsermodule.c. However, I recommend using the current CVS of python 2.0. This (and other) bugs have been fixed relative to 1.6 Toby Dickenson tdickenson@geminidataloggers.com
participants (2)
-
John Hayward-Warburton (Programming account) -
Toby Dickenson