Opened 9 years ago
Last modified 9 years ago
#26065 closed Uncategorized
psycopg2 __init__ reports an error: DLL load failed: The specified module could not be found — at Initial Version
Description ¶
I am unable to use PostGresql with Django on my Windows 10 installation. The error is traced back to init.py of psycopg2, line 50: psycopg2._psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID.
I suspect this is some kind of DLL incompatibility. I am using PostGres 9.2, Python 3.5.1, and Django 1.9 on a Windows 10 PC. Have tried to install psycgp2 from pip and the exe file with the same result.
Does any one out there know of a combination of these three programs that works? This issue has been reported on and off for years, but none of the solutions that I have run across do not work for me.