2020年10月19日

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