I have a fresh debian install with :
+ default 2.6.6 python installed
+ also installed python3 at /opt/python3/
+ installed psycopg2
Problem :
>>> import psycopg2
works with standard python
but not the alternate python /opt/python3/bin/python3
.
I presume it is an import path problem, but I don't know how to solve it being a newbie on python.