Hi there, thanks for the awesome project!
I am having some issue implementing this guide (module as a package).
I came up with a repro so you can best understand the issue, here:
ModuleNotFoundError: No module named 'mymodule'
The _sub directories are similar to their respective non _sub directories, with the only difference that they implement "module as a package".
"module_sub" job works, but "module_dir_sub" job fails.
Will appreciate your help, to what seems to me as a bug.
Hi there, thanks for the awesome project!
I am having some issue implementing this guide (module as a package).
I came up with a repro so you can best understand the issue, here:
The
_subdirectories are similar to their respective non_subdirectories, with the only difference that they implement "module as a package"."module_sub" job works, but "module_dir_sub" job fails.
Will appreciate your help, to what seems to me as a bug.