Advertisement
Guest User

Untitled

a guest
Nov 26th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. module 'psycopg2' has no attribute connect
  2.  
  3. import psycopg2
  4.  
  5. myconnect = psycopg2.connect(database="santasuggestions",
  6. user="postgres", password="santa123", host="localhost")*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement