Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

import python module from another directory

import sys
# sys.path is a list of absolute path strings
sys.path.append('/path/to/application/app/folder')

import file
 
PREVIOUS NEXT
Tagged: #import #python #module #directory
ADD COMMENT
Topic
Name
3+5 =