2.6.2 import error

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: 2.6.2 import error
Date: 2016-09-02 10:56:58
Message-ID: 1472813818.18845.2.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg


Hi,

While working on pgadmin4 packaging, I noticed the following. This is psycopg2
2.6.2 on Fedora 24 and Python 3:

 File "/usr/lib64/python3.5/site-packages/psycopg2/__init__.py", line 50, in <module>
    from psycopg2._psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID
ImportError: No module named 'psycopg2._psycopg'

I am not a Python guy, so I need some help in here. How can I fix this?

Regards,
--
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2016-09-02 11:13:47 Re: 2.6.2 import error
Previous Message Devrim Gündüz 2016-07-07 15:58:25 Re: Psycopg 2.6.2 released