I'm trying to import modules into PyCharm:
from mymodule import fileHandler
However, IDLE reports error ImportError: cannot import name FileHandle
I have tried to follow the most common suggestions:
Identify the root folder as src
;
Add to PYTHONPATH
the sources from the previous step.
and none worked