Add Module To Python Program
Submitted by Des on Thu, 08/23/2012 - 13:17
To add a module to your program, add this to the top of your program
import sys
sys.path.append('c:/my_python_modules')
To add a module to your program, add this to the top of your program
import sys
sys.path.append('c:/my_python_modules')