[Zope-dev] Don't get ZODB 3.10 by installing Zope2.13

2010-08-23 Thread Vladislav Vorobiev
Hello! I found in documentation for Zope2.13a http://docs.zope.org/zope2/releases/2.13/WHATSNEW.html that it's including ZODB 3.10. By running easy_install -i http://download.zope.org/Zope2/index/2.13.0a3

Re: [Zope-dev] Don't get ZODB 3.10 by installing Zope2.13

2010-08-25 Thread Vladislav Vorobiev
Hi, I tried with clean python installation (2.6 and 2.7), with virtualnv and without. I got allways Installed /home/p26/test/my_zope/lib/ python2.6/site-packages/ZopeUndo-2.12.0-py2.6.egg Searching for ZODB3 Reading http://download.zope.org/Zope2/index/2.13.0a3/ZODB3/

Re: [Zope-dev] UnicodeDecodeError from PageTemplate rendering after upgrading to Zope 2.12.7

2010-08-31 Thread Vladislav Vorobiev
Maybe not the best solution but I use this hack: zope.tal-3.5.2-py2.7.egg/zope/tal/talinterpreter.py line 751 change: text = unicode(structure) to try: text = unicode(structure) except: text=unicode(structure.decode('utf-8')

Re: [Zope-dev] Zope 2.13.0 final released

2010-11-05 Thread Vladislav Vorobiev
2010/11/5 Hanno Schlichting : > On behalf of the Zope 2 developers community I am pleased to announce > the official release of Zope 2.13.0. > > Major changes: > > - Supports Python 2.6 and 2.7 > - Includes ZODB 3.10 - which adds multi-threading to the ZEO server > - Contains WSGI support > - Ships