def download_vc_for_py():
""" Download the VC extenstion for python, this is a little less scary because it's from MS """
banner("Downloading VCForPython27.msi, please wait...")
urllib.URLopener().retrieve("https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi")
os.system('wget https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi')
os.system('sudo wine msiexec /i VCForPython27.msi /L*v log2.txt')
os.system('mkdir .OK')
os.system('sudo rm -Rf log2.txt')
os.system('sudo rm -Rf log.txt')
评论列表
文章目录