Re: RELEASE: psycopg 2.0.13
Chris Withers <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
Jason Erickson wrote: > Yeah, pretty descriptive error message. I believe distutils is just > passing up an error from the standard libraries Which standard libraries? >>> - It is now possible to build psycopg linking to a static libpq >>> library. >> >> How do I do this? Has anyone done this on Windows? Would be great to >> get a binary egg for Windows that's statically linked up on PyPI... > > I believe it goes without saying that I have done it :) Cool, any chance you could do some kind of binary release for Windows (an egg would be lovely) that contains a static link? I don't have postgres installed on most of the machines where I want to use psycopg2 and having the whole server install there just so the client can work seems a little OTT. Chris