hi,
I'm used to compile postgresql from source
(last time it was postgresql-9.4.4 with
./configure --prefix=/usr --enable-thread-safety
--docdir=/usr/share/doc/postgresql-9.4.4 --with-tcl --with-openssl
--enable-nls=de --with-libxml
on my linuxmint17-box)
and then the installation of psycopg2 (
On Mon, Dec 14, 2015 at 5:20 PM, Dhaval Parekh - NCrypted
wrote:
> I've digged a lot but I couldn't find psycopg2 for python 3.5.
Here's where I'd get a psycopg2 binary:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
If you've tried that and still can't get Python to talk to Postgres,
post