1.python2 安装pip
先安装setup tool
https://pypi.org/project/setuptools/36.8.0/#files
解压后进入目录
python setup.py install
后安装 pip
https://pip.python.org/pypi/pip#downloads
解压后进入目录
python setup.py install
然后在环境变量里 path添加 c:python27/Scrips;
tips: 之前这么写c:python27/Scrips/;,然后一直找不到pip命令,后来去掉/就好了
安装requests还是失败,然后直接https://pip.python.org/pypi下载包,结果说证书没有大于2017.4.17之类的,于是就下了request-2.13.0,发布日期2017,jan,24.
结果居然可以了
pyinstaller 用不了了 于是就安装了pyinstaller ,结果不行后来去下载了pywin32-223-cp27-cp27m-win_amd64.whl 注意4点:A。pyinstller提示要>=223.B 要win64,win32的不行 C要凡在python2/script下安装
D:命令 pip install pywin32-223-cp27-cp27m-win_amd64.whl
PyInstaller版本
C:\Users\cheny\Downloads\PyInstaller-3.0\PyInstaller-3.0