Click here to Skip to main content
15,896,118 members

Comments by mbancroft (Top 1 by date)

mbancroft 9-Nov-21 10:14am View    
is the folder "a" on your python path? I think Python is going to look in those folders for a "b" folder and then for a common_functions within that.
The alternative might be to use a relative import rather than an absolute one i.e. with "from . import common_functions as common"