py2exe missing Modules ?

 卡夫卡咯 发布于 2022-11-26 12:06

代码如下:

#!/usr/bin/env python3
# -*- coding:utf-8 -*-

from distutils.core import setup
import py2exe

setup(console=['1_lsb_hide.py'])

输入:running py2exe

运行结果:

error: [Errno 2] No such file or directory:'C:\Users\Username\AppData\Local\Programs\Python\Python35\lib\site-packages\py2exe\run-py3.5-win-amd64.exe'

21 missing Modules ------------------ 
? PIL._imagingagg imported from PIL.ImageDraw ?
PyQt4 imported from PIL.ImageQt ? PyQt5 
imported from PIL.ImageQt ? PySide 
imported from PIL.ImageQt ? _imaging_gif 
imported from PIL.GifImagePlugin ? _util 
imported from PIL.ImageCms ? backports 
imported from setuptools.ssl_support ? certifi 
imported from setuptools.ssl_support ? multiprocessing.SimpleQueue 
imported from concurrent.futures.process ?
pkg_resources.extern.appdirs imported from pkg_resources ?
pkg_resources.extern.packaging imported from pkg_resources,
setuptools.command.egg_info, setuptools.dist ?
pkg_resources.extern.six imported from pkg_resources ?
setuptools.extern.six imported from setuptools,
setuptools.command.bdist_egg, setuptools.command.easy_install,
setuptools.command.egg_info, setuptools.command.py36compat,
setuptools.command.sdist, setuptools.command.setopt,
setuptools.depends, setuptools.dist, setuptools.extension,
setuptools.glob, setuptools.monkey, setuptools.package_index,
setuptools.sandbox, setuptools.ssl_support, setuptools.unicode_utils ?
setuptools_svn imported from
setuptools.command.egg_info ? testing 
imported from cffi.recompiler ? tkinter 
imported from PIL.ImageTk, PIL._tkinter_finder ? urllib.splittag 
imported from setuptools.py26compat ? win32com 
imported from setuptools.sandbox ? win32evtlog 
imported from logging.handlers ? win32evtlogutil 
imported from logging.handlers ? wincertstore 
imported from setuptools.ssl_support Building 'dist1_lsb_hide.exe'.

请问我应该怎么正确得到输出的exe程序?

(要生成exe的.py文件可以正常运行并输出正确结果)


1 个回答
  • py2exe年久失修了,用pyinstall

    2022-11-26 13:16 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有