[Zope-dev] Failing Zope 2.8 / Python 2.3 tests on your box

Stefan H. Holek stefan at epy.co.at
Fri Aug 29 08:05:48 EDT 2008


What I have found out now is that in my Python 2.3.6 encodings/ 
__init__.py does not contain 'import aliases' at module level,  
whereas the Python 2.4 lib has this import. The patch does this:

import encodings
encodings._aliases = encoding.aliases.aliases

which does therefore not work in 2.3. So, now I am curious how your  
Python 2.3 differs, and why you don't see the error locally :-)

Cheers,
Stefan

--
It doesn't necessarily do it in chronological order, though.
   --Douglas Adams




More information about the Zope-Dev mailing list