Articles tagged build
Building Psycopg on Windows using MinGW
Posted by Daniele Varrazzo on 2011-06-05
Tagged as
windows,
build,
recipe
My goal was to install Psycopg on Windows using MinGW and the PostgreSQL binary package.
I have used the MinGW GCC binaries packaged by Giovanni Bajo. The package takes care of a lot of details, for instance registering MinGW as default compiler for Python, plus some magic I don't even want to know, and makes the entire process simple enough.