Skip to content

ModuleNotFoundError: No module named '__main__.cronController'; '__main__' is not a package #92

Description

@mtshikomba

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
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions