hi all,

I was still running a 2.6.0-instance of Zope without upgrading it because
it was not publicly accessible. Big mistake! After upgrading from MySQL 5.5
to 5.6 the authentication protocol used by MySQL-python-0.9.0 is no longer
supported. The oldest version supporting the new protocol seems to be
MySQL-python-1.1.8 but Zope 2.6.0 comes with a precompiled Python 2.1.3
and MySQL-python-1.1.8 needs at least Python 2.3.

Now using the ZODB with Zope 2.13 does not work. I was hoping that 2.12.28
would work but

 virtualenv --no-site-packages 2.12.28
 cd 2.12.28
 ./bin/easy_install -i http://download.zope.org/Zope2/index/2.12.28 Zope2

will get me this:

 error: ClientForm 0.2.10 is installed but ClientForm==dev,>=0.2.6 is required 
by set(['mechanize'])

Any idea on how to best migrate to a recent version? Export/Import also was
not made for that job...

Regards,

Michael Brunnbauer

-- 
++  Michael Brunnbauer
++  netEstate GmbH
++  Geisenhausener Straße 11a
++  81379 München
++  Tel +49 89 32 19 77 80
++  Fax +49 89 32 19 77 89 
++  E-Mail bru...@netestate.de
++  https://www.netestate.de/
++
++  Sitz: München, HRB Nr.142452 (Handelsregister B München)
++  USt-IdNr. DE221033342
++  Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer
++  Prokurist: Dipl. Kfm. (Univ.) Markus Hendel

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to