Py 3.2: sqlite can't operate on a closed cursor

Gnarlodious gnarlodious at gmail.com
Sat May 7 22:55:21 EDT 2011


I installed Python 3.2, suddenly getting an error on my sqlite pages
(CGI):

ProgrammingError: Cannot operate on a closed cursor

Works normally in interactive mode. Seems to error when the sqlite
statement is in a function. Are sqlite objects now required to be
declared global?

-- Gnarlie



More information about the Python-list mailing list