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
Whenever I'm executing "python gui/application.py" this command I'm getting the following error :
Traceback (most recent call last):
File "gui/application.py", line 12, in
from gui.pages.utils import create_banner
ModuleNotFoundError: No module named 'gui'
Please help me in resolving this error
The text was updated successfully, but these errors were encountered:
Whenever I'm executing "python gui/application.py" this command I'm getting the following error :
Traceback (most recent call last):
File "gui/application.py", line 12, in
from gui.pages.utils import create_banner
ModuleNotFoundError: No module named 'gui'
Please help me in resolving this error
The text was updated successfully, but these errors were encountered: