Dragos Chirila wrote:
> Hi Chris,
>
> The installation worked smoothly. Still, I had to modify something in
> the site-packages\zope\interface\common\interfaces.py file :
>
> try:
> classImplements(OverflowWarning, IOverflowWarning)
> except NameError:
> pass # OverflowWarning was removed in Python 2.5
>
> Otherwise, Zope wont start because of a Python error: NameError: name
> 'OverflowWarning' is not defined
This doesn't seem right. I'm running Zope 2.12 on Windows and haven't
had to modify anything.
How did you try and install Zope?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope-Dev maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )