import sys
import os module_path = os.path.abspath(os.getcwd()) if module_path not in sys.path: sys.path.append(module_path)
from : https://stackoverflow.com/questions/15514593/importerror-no-module-named-when-trying-to-run-python-script
No comments:
Post a Comment