Articles from June 2011
Psycopg 2.4.2 released
Posted by Daniele Varrazzo on 2011-06-12
Tagged as
news,
release
Psycopg 2.4.2 has been released: it brings a few small but interesting new features, and a lot of bug fixes.
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.