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

2007-10-15 Thread Bruno Rezende
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
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


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

2007-10-15 Thread Jim Fulton


On Oct 15, 2007, at 9:41 AM, Bruno Rezende wrote:


Hi all,

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


Sorry, I forget to build a 2.5 egg.

I will shortly.

Jim

--
Jim Fulton
Zope Corporation


___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


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

2007-10-15 Thread Bruno Rezende
it worked. Thanks!

On 10/15/07, Jim Fulton [EMAIL PROTECTED] wrote:


 On Oct 15, 2007, at 9:52 AM, Jim Fulton wrote:

 
  On Oct 15, 2007, at 9:41 AM, Bruno Rezende wrote:
 
  Hi all,
 
  I need to test zodb 3.7.2 for a project that uses python 2.5. Is
  there a windows installer available?
 
  Sorry, I forget to build a 2.5 egg.
 
  I will shortly.

 Done.

 Jim

 --
 Jim Fulton
 Zope Corporation





-- 
um abraço,
Bruno
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


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

2007-10-15 Thread Jim Fulton


On Oct 15, 2007, at 9:52 AM, Jim Fulton wrote:



On Oct 15, 2007, at 9:41 AM, Bruno Rezende wrote:


Hi all,

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


Sorry, I forget to build a 2.5 egg.

I will shortly.


Done.

Jim

--
Jim Fulton
Zope Corporation


___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev