In meinem Code verwende ich das DictCursorvon psycopg2.extrasso dict_cur = conn.cursor(cursor_factory=psycopg2.extras.DictCursor) Beim Laden des Cursors wird jedoch plötzlich die folgende Fehlermeldung angezeigt: AttributeError: 'module' object has no attribute 'extras' Vielleicht ist...