From: Gerhard H. <gh...@gh...> - 2004-12-02 12:25:59
|
On Sun, Nov 28, 2004 at 02:57:25PM +0100, Gerhard H=E4ring wrote: > Timothy Smith wrote: > >hmm it doesn't work under windows. [...] >=20 > The pyPgSQL Windows binaries are statically linked against a version of= =20 > the PostgreSQL client libraries that are *not* SSL-enabled. >=20 > I'll see if I can produce updated Windows binaries soon. http://ghaering.de:9080/pypgsql/ pyPgSQL win32 binaries for win32. For Python 2.3 and Python 2.4. This time, *dynamically* linked against PostgreSQL 8, beta 5. I used the PostgreSQL libraries from PgAdmin 3. So, I can guarantee it works with the libpq.dll from PgAdmin 3 somewhere in the search path. Tested it against my SSL-enabled PostgreSQL 7.3.x and it works fine. Still won't work against PostgreSQL 8 betas, because I built it against the latest pyPgSQL release, which (and CVS still too, I suppose) has this silly version string parsing problem. Also unfortunately, the Python 2.4 binaries are of no great use, because there are no readily available mxExtensions for Python 2.4. HTH, -- Gerhard |