Hi all,<br>
<br>
I need to test zodb 3.7.2 for a project that uses python 2.5. Is there a windows installer available?<br>
<br>
I tried to do &#39;easy_install zodb3&#39; and the installation complained
about binary compatibility (I have visual studio express installed).
Then, I applied the patch described in <a href="http://www.vrplumber.com/programming/mstoolkit/">http://www.vrplumber.com/programming/mstoolkit/</a>. After that, the easy_install works ok and zodb is compiled. But, then, when I try to execute the script 
<br><br>import ZODB<br clear="all"><br>I got a message saying that msvcr80.dll could not be found. It seems to be needed by cPersistent.pyd If I copy this file from C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd and put it in the same dir from 
cPersistent.pyd I get the message &quot;R6034 An application has made an attempt to load the C runtime library incorrectly&quot;.<br><br>-- <br>regards,<br>Bruno