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
Sven Vogel edited this page Oct 25, 2022
·
1 revision
Full error:
Traceback (most recent call last): File "2_setup.py", line 6, in <module> import build_cinema_database ModuleNotFoundError: No module named 'build_cinema_database'
You did not copy build_cinema_database.py from the example to your current folder. Copy that file from the example to where you call 2_setup.py and it should work.