This repository was archived by the owner on Jul 15, 2025. It is now read-only.
Syntax Errors #331
Unanswered
Heavy-Narcotics
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SyntaxError: unexpected character after line continuation character
File "", line 1
File "C:\Users\mikey\main.py", line 9, in
from src import Browser, DailySet, Login, MorePromotions, PunchCards, Searches
ModuleNotFoundError: No module named 'src' is now aswell popping up thx for any help in advance greatly appreciated.
C:\Users\mikey>python main.py
Traceback (most recent call last):
File "C:\Users\mikey\main.py", line 9, in
from src import Browser, DailySet, Login, MorePromotions, PunchCards, Searches
ModuleNotFoundError: No module named 'src'
Beta Was this translation helpful? Give feedback.
All reactions