tactlabs / error-archive

All issues related to tact and tact labs work
0 stars 0 forks source link

2 #281

Open rajacsp opened 4 years ago

rajacsp commented 4 years ago
Traceback (most recent call last):
  File "select.py", line 33, in start
    cur.execute( "SELECT * FROM CITY" )
psycopg2.errors.InsufficientPrivilege: permission denied for table city

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "select.py", line 46, in <module>
    start()        
  File "select.py", line 37, in start
    except Error as e:
NameError: name 'Error' is not defined