Am 04.05.2016 um 21:19 schrieb Magnus Lind Oxlund:
Yes, your script returns two positive matches on both PostgreSQL folders, dir and lib.
Hm. The _pg lib seems to be installed, and a 32/64bit mismatch would give a different error message. Looks like a dll required by libpq is missing or not in the path.
You can load the libpq.dll with "Dependency Walker" to find missing dependencies. It could be that MSVCR120.dll is missing. You will need to install the Visual C++ Redistributable Packages for Visual Studio 2015 in that case.
-- Chris _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
