Jim Hurlburt schrieb:
Ok guys -- was suckered in an updated pygresql to 4.0 from 3.8. I'm running winxp, not entirly by choice. Python 2.5 and 3.0
PyGreSQL does not work with Py 3.0 yet. Py 2.5 should be ok.
Some of what I can find with google implies that libpq.dll should have been included with the installer, but if so I don't know how to root it out. Any notion of where I might find a proper version? This is of moderate urgency -- this broke my system.
The proper version comes with PostgreSQL. Just install PostgreSQL (at least the client libs) properly and put the directory with libpq.dll in the Win PATH. Any version of PostgreSQL >= 7.4 should do.
If this does not work, let me know the version of PostgreSQL which you installed and which included your libpq.dll.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
