Relative imports in Python 3


Relative imports in Python 3

https://stackoverflow.com/questions/16981921/relative-imports-in-python-3 Relative imports in Python 3 I want to import a function from another file in the same directory. Sometimes it works for me with from .mymodule import myfunction but sometimes I get a: SystemError: Parent module '' not loaded, stackoverflow.com


원문링크 : Relative imports in Python 3