In Canopy v2.1.1 ( Python 3.5.2) it seems I cant write in the DataBaseName.sqlite sitting in the same location as run-file?!
I am testing for file and file is FOUND fine:
> if (os.path.isfile(db_loc_1)):
But cant execute Query
> db.execute (sql_query_str)
I get
sqlite3.OperationalError: no such table
Thanks. -PL