Dragos Chirila wrote: > 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
Try the virtualenv option here: http://docs.zope.org/zope2/releases/2.12/INSTALL.html#installing-zope-using-easy-install It sounds like you have old cruft in your site-packages which is tripping Zope up... 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 )
