[Zope-dev] Python 1.6, Expected node type 12, got 312

2000-09-06 Thread John Hayward-Warburton (Programming account)

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
[EMAIL PROTECTED]



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] Python 1.6, Expected node type 12, got 312

2000-09-06 Thread Toby Dickenson

On Wed, 06 Sep 2000 13:48:09 +, "John Hayward-Warburton
(Programming account)"  [EMAIL PROTECTED] 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
[EMAIL PROTECTED]

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )