标签:not lib 文件 usr windows 安装 pac http import
1.函数添加
import sys sys.path
sys.path.append("c:\\")
2.修改pythonpath(试不通)
windows:PYTHONPATH
3.增加.pth文件(可以)
site-packages或者python安装目录添加 xx.pth,文件内容为模块目录。
linux(ubuntu) /usr/local/lib/python2.7/dist-packages
linux(redhat) /usr/lib/python2.7/site-packages
转:https://www.douban.com/note/334738164/
标签:not lib 文件 usr windows 安装 pac http import
原文地址:http://www.cnblogs.com/MrdoneRobot/p/7502714.html