Re: _psycopg.vc9.x86.manifest - Mailing list psycopg

From Jason Erickson
Subject Re: _psycopg.vc9.x86.manifest
Date
Msg-id 20110224174604.I80642@stickpeople.com
Whole thread Raw
In response to _psycopg.vc9.x86.manifest  (mani sabri <mani.sabri@gmail.com>)
List psycopg
On Thu, 24 Feb 2011, mani sabri wrote:

> Hi
> This is my first mail in this mailing list and it's a very primitive
> question!
> I'm trying to "pip install psycopg2" on my windows7 msvc9 machine and
> it give me this:

Good news, it's not your fault :).

pip is trying to install the beta package, which was missing two files
recently introduced on the windows build.  Don't get Daniele started on
why easy_install is choosing the beta package ;).

I'm not that familar with pip, but can you force it to use a particular
version, like the current stable release of 2.3.2?  If so, you will have
better luck until we get the next release out (which is hopefully real
soon now).


-jason

psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: register_hstore does DB queries, does not play well with async connections
Next
From: Jean-Baptiste Quenot
Date:
Subject: [PATCH] Improve hstore support