資源簡介
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個文件信息
- 上一篇:C++ 源碼小游戲 超級瑪麗,五子棋
- 下一篇:四向連通和八向連通算法vc實現
評論
共有 條評論