When i run the python script i got the following error. How to fix this issue ? Please help me.
D:\OfficeWorks\Sytora\sytora>python generateLabels.py
Traceback (most recent call last):
File "generateLabels.py", line 35, in
conn = sqlite3.connect('./flaskapp/databases/umls.db')
sqlite3.OperationalError: unable to open database file
