摘要:
import sys from _winreg import * # tweak as necessary version = sys.version[:3] installpath = sys.prefix regpath = "SOFTWARE\\Python\\Pythoncore\\%s\\" % (version) installkey = "InstallPath" pythonk... 阅读全文
posted @ 2017-03-02 22:48
J.M.Liu
阅读(719)
评论(0)
推荐(0)
浙公网安备 33010602011771号