Hi everyone,
I'm having trouble getting PyGreSQL to work on my Windows 7 machine.
I get the following import error when trying to import pgdb in my Python 3.5
(64-bit) module:
"from _pg import *ImportError: DLL load failed: the specified module could not
be found."
I happen be running in a virtual environment (pyvenv) in which I have installed
PyGreSQL through pip. PostgreSQL 9.5 is installed on my machine, and I have
made sure to add both the PostgreSQL bin and lib folders to my Path variable as
advised in the docs, but to no avail.
I hope someone will be able to point me in the right direction.
Thanks.
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql