使用 PyInstaller 将 .py 转换为 .exe 时出错,DLL 错误

时间:2021-06-06 16:36:27

标签: dll pyinstaller

我在使用 PyInstaller 将 *.py 转换为 *.exe 时遇到了问题, 但是现在当我尝试在其他计算机(vm)中执行 exe 时,我收到此错误: enter image description here

代码很简单,仅供测试:

x=1
while(x==1):
  print ("x")
 

我尝试了很多选项,-F,将 Python39.dll 添加到 auto-py-to-exe,但没有! 如果你能帮助我非常感谢。 抱歉我的英语不好:)

0 个答案:

没有答案
相关问题