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
I've installed all the requirements as mentioned but I keep getting this error. Not sure what the problem is PLEASE HELP.
`D:\OrganiseDesktop-master\OrganiseDesktop-master
(env) λ python organise_desktop\Clean.py
Traceback (most recent call last):
File "organise_desktop\Clean.py", line 4, in
from .cronController import schedule_end, schedule_start
ModuleNotFoundError: No module named 'main.cronController'; 'main' is not a package
D:\OrganiseDesktop-master\OrganiseDesktop-master
(env) λ cd organise_desktop\
D:\OrganiseDesktop-master\OrganiseDesktop-master\organise_desktop
(env) λ python Clean.py
Traceback (most recent call last):
File "Clean.py", line 4, in
from .cronController import schedule_end, schedule_start
ModuleNotFoundError: No module named 'main.cronController'; 'main' is not a package
`
The text was updated successfully, but these errors were encountered:
While I currently can't access my PC for, 2 more days, I think your environment could be the culprit. Are you sure that you have cronController.py in the same folder where Clean.py is?
EDIT: While you're at it, could you please try python3 -m organise_desktop and see if it works?
I've installed all the requirements as mentioned but I keep getting this error. Not sure what the problem is PLEASE HELP.
`D:\OrganiseDesktop-master\OrganiseDesktop-master
(env) λ python organise_desktop\Clean.py
Traceback (most recent call last):
File "organise_desktop\Clean.py", line 4, in
from .cronController import schedule_end, schedule_start
ModuleNotFoundError: No module named 'main.cronController'; 'main' is not a package
D:\OrganiseDesktop-master\OrganiseDesktop-master
(env) λ cd organise_desktop\
D:\OrganiseDesktop-master\OrganiseDesktop-master\organise_desktop
(env) λ python Clean.py
Traceback (most recent call last):
File "Clean.py", line 4, in
from .cronController import schedule_end, schedule_start
ModuleNotFoundError: No module named 'main.cronController'; 'main' is not a package
`
The text was updated successfully, but these errors were encountered: