Where can I download binary eggs with psycopg2 for Windows?

We just use something like easy_install http://www.stickpeople.com/projects/python/win-psycopg/psycopg2-2.4.win32-pyx.x-pg9.0.3-release.exe from within the virtual environment.

Seems to work; we end up with psycopg2 in the virtual environment and not in the base environment, which I take to be the endgame here.

UPD: List of available realeases available on stickpeople.com site


Google for "psycopg2 windows" will give you this with the first hit:

http://stickpeople.com/projects/python/win-psycopg/

Repackaging the .exe files is documented here:

Installing psycopg2 (postgresql) in virtualenv on windows

Apart from that: contact the pyscopg2 maintainers and ask to provide windows binaries.

(Dupe)