Changes between Initial Version and Version 1 of Ticket #26065
- Timestamp:
- Jan 10, 2016, 7:10:46 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26065
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #26065 – Description
initial v1 1 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.1 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`. 2 2 3 3 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.