I'm brand new to using tinyDB.
I'm using Python 3.6.0, and I can see this is version is not supported yet.
I'm using Windows 7.
I'm following the getting started instructions, in the Basic Usage area.
from tinydb import TinyDB, Query
db = TinyDB('db.json')
I step through my code and this line give me the following error:
builtins.PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'db.json'
So, in case someone is using tinydb, they might want to hold off on upgrading to Python 3.6, as it seems incompatible.
I'm looking forward to testing with a development version of tinydb, or waiting until a version comes out that works with Python 3.6.
I downgraded to python 3.4, and I'm still getting this exact error. Can you help?