python 官网包
https://pypi.python.org/pypi?%3Aaction=browse
Eric 下载及汉化:
https://sourceforge.net/projects/eric-ide/files/eric6/stable/
easyGui:
http://www.cnblogs.com/zym941001/p/5323319.html
pyinstaller
https://github.com/pyinstaller/pyinstaller
http://www.pyinstaller.org/index.html
安装:
方法一:直接使用pip,国内网络会无法连接
pip install pyinstaller
方法二:下载源码安装
运行命令行进入此目录。
python setup.py install
win32
https://sourceforge.net/projects/pywin32/files/pywin32/
anaconda
https://www.anaconda.com/download/
或者直接cmd 安装anaconda 对应的版本
conda install python=3.5
QT 全版本下载
http://download.qt.io/archive/qt/
Qt4
https://riverbankcomputing.com/software/pyqt/download
Qt5for py3.5
https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.6/