I took the steps: - installed Python 2.6.2 - downloaded Zope2-2.12.0-py2.6-win32.egg - ..\Scripts\easy_install.exe Zope2-2.12.0-py2.6-win32.egg - create a zope instance with ..\Scripts\mkzopeinstance.exe
Is this the correct way, right? On Mon, Oct 5, 2009 at 12:35 PM, Chris Withers <[email protected]> wrote: > 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 ) > -- Dragos Chirila [email protected] (+4) 0722 395375 _______________________________________________ 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 )
