googleFunctions
is your module that you are importing (from). You specify the path to the directory that contains modules; C:/Scripts/Google
. If you need a __init__.py
, then you would put that inside a module, not int he directory that contains modules (and you don't need one). The way you currently put your path, means you should be importing import MoveExtracts
directly.