Importieren Sie das Python -Modul aus einem anderen Verzeichnis
import sys
# sys.path is a list of absolute path strings
sys.path.append('/path/to/application/app/folder')
import file
Funny Frog