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
-
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