a directory in my project, and wanna make it package
so I created a
__init__.py
inside my directory and heres what it contains:
import moudle1
import moudle2
when I directly run
___init__.py
, it's ok and I don't get any errors
but when I want to import it on my project, I get this error: ModuleNotFoundError: No module named 'moudle1'
so what's wrong here?!
No module named moudle1
Обсуждают сегодня