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

In case this module is yours right?
– Laerte
Yes, the modules I care about are mine.
– absentia
you are using IDLE or Pycharm?
– tovmeod
Pycharm. You were supposed to write IDE
– absentia