[ZODB-Dev] zodb 3.7.2 - python 2.5 - windows binaries

Bruno Rezende brunovianarezende at gmail.com
Mon Oct 15 09:41:01 EDT 2007


Hi all,

I need to test zodb 3.7.2 for a project that uses python 2.5. Is there a
windows installer available?

I tried to do 'easy_install zodb3' and the installation complained about
binary compatibility (I have visual studio express installed). Then, I
applied the patch described in
http://www.vrplumber.com/programming/mstoolkit/. After that, the
easy_install works ok and zodb is compiled. But, then, when I try to execute
the script

import ZODB

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 "R6034 An
application has made an attempt to load the C runtime library incorrectly".

-- 
regards,
Bruno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zodb-dev/attachments/20071015/f949d47a/attachment.htm


More information about the ZODB-Dev mailing list