Am 27.03.2010 17:33 schrieb Steven Norris:
I used the 64 bit install of PygreSQL and have [postgres]/bin and
[postgres]/lib in my System Path, but I can't seem to find the
libpq64.dll. I know for a fact that this is the 64 bit version of
postgres though. Should it not have come pre-installed with that version?
Are you really sure you have a 64bit version of Postgres? Because so
far, no such version has been released:
http://blog.hagander.net/archives/73-PostgreSQL-vs-64-bit-windows.html
Well, it seems there has been some progress recently, but I'm not sure
if you are referring to this:
http://blog.hagander.net/archives/160-64-bit-Windows-in-PostgreSQL.html
If you have the standard 32bit version of Postgres (which runs very well
on 64bit Windows), you need to install the 64bit version of the libpq
API (libpq64) separately, so that it can be used from a 64bit version of
Python. This can be done with the StackBuilder which runs automatically
after the One-Click-Installer. The path you need to add to your Windows
PATH env variable will then be something like:
C:\Program Files\PostgreSQL\libpq64
-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql