gpt4 book ai didi

python - 通过 Windows 打开时,Pyinstaller 无法执行脚本

转载 作者:行者123 更新时间:2023-12-01 07:12:05 25 4
gpt4 key购买 nike

使用我的应用程序,应该可以使用我的程序打开文件。但是当我单击 myfile..mft > 打开方式 > myexe_to_open_mft.exe 然后 exe 收到错误: fatal error ,无法执行脚本。如果我在不使用打开方式的情况下常规打开程序,则不会出现错误,如果通过命令提示符打开它,也不会出现错误。感谢您的帮助!

(编辑:最后我通过 ctypes 隐藏控制台修复了此错误)

pyinstaller --windowed -i icon.ico PickleViewer.py

Image from the Script if run over command line

Screenshot of the error

pyinstaller 的输出

162 INFO: PyInstaller: 3.5
162 INFO: Python: 3.7.4
163 INFO: Platform: Windows-10-10.0.18362-SP0
173 INFO: wrote
C:\Users\user\Documents\Python\Documents\pickle_viewer\PickleViewer.spec
177 INFO: UPX is not available.
179 INFO: Extending PYTHONPATH with paths
['C:\\Users\\user\\Documents\\Python\\Documents\\pickle_viewer',
'C:\\Users\\user\\Documents\\Python\\Documents\\pickle_viewer']
180 INFO: checking Analysis
199 INFO: Building because
C:\Users\user\Documents\Python\Documents\pickle_viewer\PickleViewer.py
changed
200 INFO: Initializing module dependency graph...
206 INFO: Initializing module graph hooks...
211 INFO: Analyzing base_library.zip ...
5148 INFO: running Analysis Analysis-00.toc
5191 INFO: Adding Microsoft.Windows.Common-Controls to dependent
assemblies of final executable
required by c:\users\user\appdata\local\programs\python\python37-
32\python.exe
8448 INFO: Caching module hooks...
8463 INFO: Analyzing
C:\Users\user\Documents\Python\Documents\pickle_viewer\PickleViewer.py
8789 INFO: Loading module hooks...
8789 INFO: Loading module hook "hook-encodings.py"...
8936 INFO: Loading module hook "hook-pydoc.py"...
8938 INFO: Loading module hook "hook-xml.py"...
9298 INFO: Loading module hook "hook-_tkinter.py"...
9871 INFO: checking Tree
9931 INFO: checking Tree
9984 INFO: Looking for ctypes DLLs
9985 INFO: Analyzing run-time hooks ...
9989 INFO: Including run-time hook 'pyi_rth__tkinter.py'
9996 INFO: Looking for dynamic libraries
17315 INFO: Looking for eggs
17316 INFO: Using Python library
c:\users\user\appdata\local\programs\python\python37-32\python37.dll
17316 INFO: Found binding redirects:
[]
17331 INFO: Warnings written to
C:\Users\user\Documents\Python\Documents\pickle_viewer\build\PickleViewer\
warn
-PickleViewer.txt
17397 INFO: Graph cross-reference written to
C:\Users\user\Documents\Python\Documents\pickle_viewer\build\PickleViewer\xre
f-PickleViewer.html
17499 INFO: checking PYZ
17501 INFO: Building because toc changed
17502 INFO: Building PYZ (ZlibArchive)
C:\Users\user\Documents\Python\Documents\pickle_viewer\build\PickleViewer\PYZ
-00.pyz
18467 INFO: Building PYZ (ZlibArchive)
C:\Users\user\Documents\Python\Documents\pickle_viewer\build\PickleViewer\
PYZ-
00.pyz completed successfully.
18499 INFO: checking PKG
18501 INFO: Building because
C:\Users\user\Documents\Python\Documents\pickle_viewer\build\PickleViewer\PYZ
-00.pyz changed
18502 INFO: Building PKG (CArchive) PKG-00.pkg
18549 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
18554 INFO: Bootloader c:\users\user\appdata\local\programs\python\python37-
32\lib\site-
packages\PyInstaller\bootloader\Windows-32bit\runw.exe
18554 INFO: checking EXE
18556 INFO: Building because console changed
18556 INFO: Building EXE from EXE-00.toc
18651 INFO: Copying icons from ['icon.ico']
18754 INFO: Writing RT_GROUP_ICON 0 resource with 20 bytes
18755 INFO: Writing RT_ICON 1 resource with 22767 bytes
19067 INFO: Appending archive to EXE
C:\Users\user\Documents\Python\Documents\pickle_viewer\build\PickleViewer\
Pick
leViewer.exe
19249 INFO: Building EXE from EXE-00.toc completed successfully.
19266 INFO: checking COLLECT
WARNING: The output directory
"C:\Users\user\Documents\Python\Documents\pickle_viewer\dist\PickleViewer"
and ALL ITS CONTENTS will be REMOVED! Continue? (y/N)y
21243 INFO: Removing dir
C:\Users\user\Documents\Python\Documents\pickle_viewer\dist\PickleViewer
21736 INFO: Building COLLECT COLLECT-00.toc
33512 INFO: Building COLLECT COLLECT-00.toc completed successfully.

最佳答案

我知道这个错误,“ fatal error ,无法执行脚本”

此错误是因为您将 python 脚本(.pyw 而不是 .py)编译为 .exe 格式,但该脚本中没有可用的 GUI。因此,您必须使用“py”扩展名(在 Pyinstaller 中,不要输入“-W”)或使用 PyGame、PyQT 等。

并且 Tkinter 与 .pyw 扩展名不兼容,因此您应该使用PyGame 或 PyQt 或其他用于 GUI 的大型库

关于python - 通过 Windows 打开时,Pyinstaller 无法执行脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58153742/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com