14 Aug
2003
14 Aug
'03
8:29 p.m.
On Thu, 14 Aug 2003, Larry J. C. Prikockis wrote:
well, I answered my own question this time... turns out the problem relates to statically nested scopes... apeconf.py apparently works just fine in python 2.2+, but fails in 2.1.x unless the nest_scope option is turned on (it's standard in 2.2).
An addition of "from __future__ import nested_scope" to the top of apeconf.py fixes it nicely for 2.1.
works like a charm now!
-Larry
p.s. Shane- I'm guessing you're running Zope 2.6.x on the "unsupported" Python 2.2? :-)
I've been testing with the Zope HEAD (almost Zope 2.7) on Python 2.2. Thanks for pointing this out. I forgot to test with Python 2.1. ;-) I expect to put out a 0.7.1 right away. Shane