• 大小: 3.87MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-12
  • 语言: C/C++
  • 标签: python  pyinst  

资源简介

File "C:\Users\qiyong.GWMFC\AppData\Local\Programs\Python\Python37-32\lib\ntpath.py", line 183, in split p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType 解决以上问题

资源截图

代码片段和文件信息

#!/usr/bin/env python
#-----------------------------------------------------------------------------
# Copyright (c) 2013-2018 PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License with exception
# for distributing bootloader.
#
# The full license is in the file COPYING.txt distributed with this software.
#-----------------------------------------------------------------------------

# 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  2018-12-30 23:05  pyinstaller\
     文件          95  2018-12-30 23:05  pyinstaller\.dockerignore
     文件         274  2018-12-30 23:05  pyinstaller\.gitattributes
     目录           0  2018-12-30 23:05  pyinstaller\.github\
     文件         102  2018-12-30 23:05  pyinstaller\.github\CONTRIBUTING.md
     文件        1226  2018-12-30 23:05  pyinstaller\.github\ISSUE_TEMPLATE.md
     文件        1576  2018-12-30 23:05  pyinstaller\.gitignore
     文件         365  2018-12-30 23:05  pyinstaller\.landscape.yml
     文件        1101  2018-12-30 23:05  pyinstaller\.pylintrc
     文件         244  2018-12-30 23:05  pyinstaller\.pyup.yml
     文件        5005  2018-12-30 23:05  pyinstaller\.travis.yml
     文件        6523  2018-12-30 23:05  pyinstaller\appveyor.yml
     文件         611  2018-12-30 23:05  pyinstaller\archive_viewer.py
     文件         606  2018-12-30 23:05  pyinstaller\bindepend.py
     目录           0  2018-12-30 23:05  pyinstaller\bootloader\
     文件          11  2018-12-30 23:05  pyinstaller\bootloader\.gitattributes
     文件        1362  2018-12-30 23:05  pyinstaller\bootloader\build.sh
     文件        1038  2018-12-30 23:05  pyinstaller\bootloader\README.txt
     目录           0  2018-12-30 23:05  pyinstaller\bootloader\src\
     文件        2549  2018-12-30 23:05  pyinstaller\bootloader\src\main.c
     文件         750  2018-12-30 23:05  pyinstaller\bootloader\src\mkdtemp.h
     文件        7395  2018-12-30 23:05  pyinstaller\bootloader\src\msvc_stdint.h
     文件       16041  2018-12-30 23:05  pyinstaller\bootloader\src\pyi_archive.c
     文件        5580  2018-12-30 23:05  pyinstaller\bootloader\src\pyi_archive.h
     文件        7671  2018-12-30 23:05  pyinstaller\bootloader\src\pyi_global.c
     文件        4555  2018-12-30 23:05  pyinstaller\bootloader\src\pyi_global.h
     文件       18243  2018-12-30 23:05  pyinstaller\bootloader\src\pyi_launch.c
     文件        2378  2018-12-30 23:05  pyinstaller\bootloader\src\pyi_launch.h
     文件        6249  2018-12-30 23:05  pyinstaller\bootloader\src\pyi_main.c
     文件         460  2018-12-30 23:05  pyinstaller\bootloader\src\pyi_main.h
     文件       10757  2018-12-30 23:05  pyinstaller\bootloader\src\pyi_path.c
............此处省略1542个文件信息

评论

共有 条评论