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
Traceback (most recent call last):
File "C:\Users\ravic\Desktop\python\simon.py", line 5, in
from simon.accounts.pages import LoginPage
File "C:\Users\ravic\Desktop\python\simon.py", line 5, in
from simon.accounts.pages import LoginPage
ModuleNotFoundError: No module named 'simon.accounts'; 'simon' is not a package
I have uninstalled and installed simon 3 times but still gets same error.
Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] on win32
Only Python 3.9.5 is installed in Windows 10 64 bit
The text was updated successfully, but these errors were encountered:
ravi7874
changed the title
ModuleNotFound
ModuleNotFoundError: No module named 'simon.accounts'; 'simon' is not a package
Jun 12, 2021
Traceback (most recent call last):
File "C:\Users\ravic\Desktop\python\simon.py", line 5, in
from simon.accounts.pages import LoginPage
File "C:\Users\ravic\Desktop\python\simon.py", line 5, in
from simon.accounts.pages import LoginPage
ModuleNotFoundError: No module named 'simon.accounts'; 'simon' is not a package
I have uninstalled and installed simon 3 times but still gets same error.
Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] on win32
Only Python 3.9.5 is installed in Windows 10 64 bit
The text was updated successfully, but these errors were encountered: