Advertisement
here2share

path_to_import_custom_modules.py -- example...

Dec 12th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. path_to_import_custom_modules.py -- example (not a demo)
  2.  
  3. import sys
  4. sys.path.append('C:/Python27/ext/modules') ### '/custom/path/to/ext/module'
  5.  
  6. import py3Dgui ### <external-python-module>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement