ModuleNotFoundError in Python - Stack Overflow
stackoverflow.com › questions › 57721990Aug 30, 2019 · from utilities.file import function, another_function . in PyCharm I can run it and it works. When I run it on the terminal I hit. Traceback (most recent call last): File "work\main.py", line 13, in <module> from utilities.file import function ModuleNotFoundError: No module named 'utilities' Someone knows why and how to fix it?