I am wondering if psycopg2 should not be made a synonym for psycopg (or the other way around?). The differences between 2 don't seem so important, at least for the purposes of Stack Overflow:
Psycopg is a PostgreSQL adapter for the Python programming language... The psycopg2 package is the current mature implementation of the adapter.
(source)