Java321技术网

 找回密码
 立即注册
搜索
热搜: centos
查看: 6815|回复: 0
打印 上一主题 下一主题

py2exe error: [Errno 2] No such file or directory: 'MSVCP90.dll'

[复制链接]

126

主题

126

帖子

815

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
815
跳转到指定楼层
楼主
发表于 2020-3-15 22:58:20 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
使用 python setup.py py2exe 打包时出现 py2exe error: [Errno 2] No such file or directory: 'MSVCP90.dll'
解决方法
  1. #setup.py
  2. from distutils.core import setup
  3. import py2exe
  4. setup(windows=["wxDemo.py"],options = { "py2exe":{"dll_excludes":["MSVCP90.dll"]}})
复制代码



回复

使用道具 举报

QQ|Archiver|手机版|小黑屋|Java321技术网   蜀ICP备15030946号-1

GMT+8, 2024-4-24 12:59 , Processed in 0.053205 second(s), 21 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表