Chinaunix首页 | 论坛 | 博客
  • 博客访问: 136653
  • 博文数量: 25
  • 博客积分: 290
  • 博客等级: 二等列兵
  • 技术积分: 210
  • 用 户 组: 普通用户
  • 注册时间: 2008-01-30 23:13
文章分类

全部博文(25)

文章存档

2015年(10)

2014年(7)

2011年(3)

2010年(1)

2008年(4)

我的朋友

分类: Python/Ruby

2015-04-25 15:37:45

 

pyinstall打包程序出现找不到amd64…

分类: python 54人阅读 评论(0)  举报
今天想把一个python程序打包成exe,在装好必须的一些东西后运行pyinstall -F db.py,出现以下错误提示:
INFO: Searching for assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
WARNING: Assembly not found
ERROR: Assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none not found
直接上网查找这个错误提示也找不到解决办法。后来知道这属于vc2008组件。我重装了vc2008,但在c:/windows/winsxs文件夹中仍然找不到这个文件夹。查了不少资料后知道了确实是vc2008的问题,我只装了x86版,这个需要x64版才有。官网下载了vc2008 x64和vc2008 x64 sp1安装后便没有出现这个错误了。
下载地址:
阅读(3134) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~