Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
794 views
in Technique[技术] by (71.8m points)

pyinstaller - after convert python script to exe when I run script.exe with double click it flash cmd and when run it by cmd the error down appear?

After convert python script to exe when I run script.exe with double click it flash cmd and when run it by cmd the error down appear?

Traceback (most recent call last):

  File "key_store.py", line 1, in <module>

  File "PyInstallerloaderpyimod03_importers.py", line 531, in exec_module

  File "pynput\__init__.py", line 40, in <module>

  File "PyInstallerloaderpyimod03_importers.py", line 531, in exec_module

  File "pynputkeyboard\__init__.py", line 31, in <module>

  File "pynput\_util\__init__.py", line 76, in backend

ImportError
[8904] Failed to execute script key_store
question from:https://stackoverflow.com/questions/65937253/after-convert-python-script-to-exe-when-i-run-script-exe-with-double-click-it-fl

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

sometimes pyinstaller can't convert python scripts to exe so I tried another tool in python called cx_freez and I found it very good tool . you can read more about it just go to the link here.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...