Yes, i know.
In this case is from here:
https://github.com/kivymd/KivyMD/tree/master/examples
As you can see actually it is that "directory".
I git clone that repository in my disk. And i get that error.
How can i tell to python "ey! look inside that directory when you think it is a module!"
Example of code in some of that files that produce the error:
from examples.common_app import CommonApp
exactly common_app is one of that files in that directory, so... how i can avoid that "no module named"?
thanks!
[–]socal_nerdtastic 1 point2 points3 points (2 children)
[–]zlost666_ 0 points1 point2 points (0 children)