On Thu, Jan 23, 2014 at 1:32 PM, lgabiot <lgab...@hotmail.com> wrote:
>>>>cursor = conn.execute("SELECT filename, filepath  FROM files WHERE
>>>> max_level<(?)", threshold)
> that doesn't work (throw an exception)

What exception, exactly? Was it telling you that an integer is not
iterable, perhaps? If so, check your docs for conn.execute(). If not,
can you post the exact exception, please?

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to