pyinstaller py3.7


python打包.py为.exe用起来非常棒,因为国内镜像源暂时没有py3.7可以用到,自己从github下载的。安装pip install ***.zip
资源截图
代码片段和文件信息
#!/usr/bin/env python
#-----------------------------------------------------------------------------
# Copyright (c) 2013-2020 PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License (version 2
# or later) with exception for distributing the bootloader.
#
# The full license is in the file COPYING.txt distributed with this software.
#
# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception)
#-----------------------------------------------------------------------------

# This utility is primary meant to be used when PyInstaller is not
# installed eg. when be run by a git checkout.

from PyInstaller.utils.cliutils.archive_viewer import run
run()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-10-05 23:59  pyinstaller-develop
     文件          95  2020-10-05 23:59  pyinstaller-develop.dockerignore
     文件         424  2020-10-05 23:59  pyinstaller-develop.gitattributes
     目录           0  2020-10-05 23:59  pyinstaller-develop.github
     文件         100  2020-10-05 23:59  pyinstaller-develop.githubCONTRIBUTING.md
     文件         188  2020-10-05 23:59  pyinstaller-develop.githubFUNDING.yml
     目录           0  2020-10-05 23:59  pyinstaller-develop.githubISSUE_TEMPLATE
     文件        2687  2020-10-05 23:59  pyinstaller-develop.githubISSUE_TEMPLATEug_report.md
     文件        1065  2020-10-05 23:59  pyinstaller-develop.githubISSUE_TEMPLATEfeature_request.md
     文件         360  2020-10-05 23:59  pyinstaller-develop.githubISSUE_TEMPLATEquestion-about-using-pyinstaller.md
     文件         193  2020-10-05 23:59  pyinstaller-develop.githubSECURITY.md
     目录           0  2020-10-05 23:59  pyinstaller-develop.githubworkflows
     文件        1536  2020-10-05 23:59  pyinstaller-develop.githubworkflowsmacos.yml
     文件         926  2020-10-05 23:59  pyinstaller-develop.githubworkflowsmain.yml
     文件        1049  2020-10-05 23:59  pyinstaller-develop.githubworkflowsvalidate-new-news.yml
     文件        1724  2020-10-05 23:59  pyinstaller-develop.gitignore
     文件        1101  2020-10-05 23:59  pyinstaller-develop.pylintrc
     文件         403  2020-10-05 23:59  pyinstaller-develop.pyup.yml
     文件        4275  2020-10-05 23:59  pyinstaller-develop.travis.yml
     文件       30616  2020-10-05 23:59  pyinstaller-developCOPYING.txt
     文件         566  2020-10-05 23:59  pyinstaller-developMANIFEST.in
     目录           0  2020-10-05 23:59  pyinstaller-developPyInstaller
     文件        2658  2020-10-05 23:59  pyinstaller-developPyInstaller\__init__.py
     文件        4235  2020-10-05 23:59  pyinstaller-developPyInstaller\__main__.py
     目录           0  2020-10-05 23:59  pyinstaller-developPyInstallerarchive
     文件          22  2020-10-05 23:59  pyinstaller-developPyInstallerarchive\__init__.py
     文件        1307  2020-10-05 23:59  pyinstaller-developPyInstallerarchivepyz_crypto.py
     文件        7717  2020-10-05 23:59  pyinstaller-developPyInstallerarchive
eaders.py
     文件       16583  2020-10-05 23:59  pyinstaller-developPyInstallerarchivewriters.py
     目录           0  2020-10-05 23:59  pyinstaller-developPyInstallerootloader
     目录           0  2020-10-05 23:59  pyinstaller-developPyInstallerootloaderDarwin-64bit
............此处省略1406个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)