Java321技术网

标题: py2exe error: [Errno 2] No such file or directory: 'MSVCP90.dll' [打印本页]

作者: luozhangyou    时间: 2020-3-15 22:58
标题: py2exe error: [Errno 2] No such file or directory: 'MSVCP90.dll'
使用 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"]}})
复制代码








欢迎光临 Java321技术网 (https://java321.com/) Powered by Discuz! X3.3