cannot install psycopg2

From: Peter Irbizon <peterirbizon(at)gmail(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: cannot install psycopg2
Date: 2012-01-01 19:40:07
Message-ID: CABFuWSw1hG_9DVOMFEjbpaArRqSXTfK1cNDu6oR0sxWPjKEyAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

hello,please help, I am trying to install psycopg on winXP Pro with Python
2.7 but the following errors occured: What am I doing wrong?

C:\Python_ext\psycopg2-2.4.4>python setup.py install
running install
running build
running build_py
running build_ext
building 'psycopg2._psycopg' extension
C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall
-DPSYCOPG_DEFAULT_PYDATETIME=1 "-DPSYCOPG_VER
SION=\"2.4.4 (dt dec pq3 ext)\"" -DPG_VERSION_HEX=0x090102
-DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_N
EW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -IC:\Python27\include -IC:\Python27\PC -I.
-IC:/PROGRA~1/POST
GR~1/9.1/include -IC:/PROGRA~1/POSTGR~1/9.1/include/server -c
psycopg\psycopgmodule.c -o buil
d\temp.win32-2.7\Release\psycopg\psycopgmodule.o -O3 -fno-strict-aliasing
cc1.exe: error: unrecognized command line option '-mno-cygwin'
error: command 'gcc' failed with exit status 1

Responses

Browse psycopg by date

  From Date Subject
Next Message Adrian Klaver 2012-01-01 19:48:32 Re: cannot install psycopg2
Previous Message Jan Urbański 2011-12-28 12:39:32 Re: psycopg2.connect change from a C function to module method