You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dashing_Through_Christmas_Songs [master] ⚡ python index.py
Traceback (most recent call last):
File "index.py", line 10, in
from tabs import sidepanel, tab1, tab2
File "/Users/swang/Desktop/project/playground/Dashing_Through_Christmas_Songs/tabs/sidepanel.py", line 12, in
from tabs import tab1, tab2
File "/Users/swang/Desktop/project/playground/Dashing_Through_Christmas_Songs/tabs/tab1.py", line 11, in
from database import transforms
File "/Users/swang/Desktop/project/playground/Dashing_Through_Christmas_Songs/database/transforms.py", line 12, in
conn = sqlite3.connect(r"/Users/stronglab2/Documents/Datadolittle/Dashing_Through/database/Songs.db")
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered:
Dashing_Through_Christmas_Songs [master] ⚡ python index.py
Traceback (most recent call last):
File "index.py", line 10, in
from tabs import sidepanel, tab1, tab2
File "/Users/swang/Desktop/project/playground/Dashing_Through_Christmas_Songs/tabs/sidepanel.py", line 12, in
from tabs import tab1, tab2
File "/Users/swang/Desktop/project/playground/Dashing_Through_Christmas_Songs/tabs/tab1.py", line 11, in
from database import transforms
File "/Users/swang/Desktop/project/playground/Dashing_Through_Christmas_Songs/database/transforms.py", line 12, in
conn = sqlite3.connect(r"/Users/stronglab2/Documents/Datadolittle/Dashing_Through/database/Songs.db")
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered: