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
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Traceback (most recent call last):
File "main.py", line 12, in
from routes.page_routes import page_routes, navigation_bar
ImportError: No module named page_routes
I'm having an issue with the program, it won't run.
The text was updated successfully, but these errors were encountered:
I'll check it out as soon as I have access to my laptop again. Probably Monday.
Quick questions, what python version are you running and did you clone the repo? You should have a main.py and a folder routes with page_routes.py and internal_routes.py
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Traceback (most recent call last):
File "main.py", line 12, in
from routes.page_routes import page_routes, navigation_bar
ImportError: No module named page_routes
I'm having an issue with the program, it won't run.
The text was updated successfully, but these errors were encountered: