Daryl Tester schrieb: > _pg may require the DLL for Postgres, whose lib name escapes me (libpq?) > - do you have any Postgres libraries installed > and included the library path in PATH?
Yes, that's the crucial point. You need to add the directory with libpq.dll (something like C:\Program files\PostgreSQL\8.3\bin) to your Windows PATH environment variable. I'll add this to the installation instructions. -- Chris _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
