摘要:
pip install pymysql -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 阅读全文
2020年10月19日
摘要:
安装pywin32 1.https://github.com/mhammond/pywin32/ 2.下载合适的版本python3.7 win64 3 直接运行下载的exe程序 4.成功安装win32api 若出现python 3.7 not register,则是python3.7没有注册。 解决 阅读全文
摘要:
建立一个文件 register.py 内容如下. 然后执行该脚本. import sys from winreg import * # tweak as necessary version = sys.version[:3] installpath = sys.prefix regpath = "S 阅读全文