Advertisement
goatbar

nais2pg cursor issue

Apr 9th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. InterfaceError: cursor already closed
  2. Traceback (most recent call last):
  3. File "./nais2pg.py", line 785, in run
  4. self.loop()
  5. File "./nais2pg.py", line 841, in loop
  6. self.pos_cache.update(msg)
  7. File "./nais2pg.py", line 597, in update
  8. self.cu.execute(self.sql_update_with_track, new_pos)
  9. InterfaceError: cursor already closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement