a-real-ai/pywinassistant

Running error message, indicating no database files

Closed this issue · 3 comments

image

Line 1086 in file driver.py
conn.commit() conn.close() database_file = r'Database\history.db' create_database(database_file)
How can we solve this

Same problem any solutions?

Same problem too

I got it working you can look at my PR #9 for all the changes I did to have it running. For this issue I just created the file manually in the core folder and changed the r'Database\history.db' to only r'history.db'.