[Zope-DB] Re: ZPyscopgDA for Windows XP

Josef Meile jmeile at hotmail.com
Mon May 30 15:38:38 EDT 2005


Hi again,

> Yes, that's because the official python binary for windows is linked
> against that dll. You may try pyMinGW, which is a patch to compile
> python under MinGW and avoid such errors. You can get the patch and
> the instrucctions here:
> 
> http://jove.prohosting.com/iwave/ipython/pyMinGW.html
You may not need pyMinGW. After reading the Install file of the psycopg,
it says:

"""
You can compile psycopg under Windows platform with mingw32 compiler. 
The software required is:

[...] I skiped some text

  3. build psycopg:

      3.1. python setup.py build_ext --compiler=mingw32 install
"""

Please read it carefully, it answers your questions about the postgreSQL
headers as well.

Regards,
Josef



More information about the Zope-DB mailing list