首先提醒python初学者最好选择python2 ,不要选择python3 ,不然会遇到各种操蛋的问题!
python安装模块有多种方式,这里介绍python的内置方法: easy_install
先查找下easy_install.exe 的路径:
D:\Python27\Scripts 文件夹下。
在命令行下 :
d:\Python27\Scripts\easy_install 【模块名】
看有没有返回错误,没有就说明安装成功!
在代码中只要
import 【模块名】
就可以正常使用该模块了
其他安装方式可参考:
http://blog.163.com/yang_jianli/blog/static/161990006201162152724339/