修复python的ModuleNotFoundError


在XXXXXX.py顶部,增加这样两行

import sys, os
sys.path.append(os.path.realpath(os.path.dirname(os.path.realpath(__file__))))