Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to import somthing from another directory in pyhon

# some_file.py
import sys
# insert at 1, 0 is the script path (or '' in REPL)
sys.path.insert(1, '/path/to/application/app/folder')

import file
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #import #somthing #directory #pyhon
ADD COMMENT
Topic
Name
7+7 =