Import error when running pyinstaller app

前端 未结 1 1923
野的像风
野的像风 2021-01-19 11:13

I have written a Python app which makes use of:

from PIL import Image

I want to distribute a packed version of this application so that who

相关标签:
1条回答
  • 2021-01-19 11:36

    Finally I could not use pyinstaller for this, since I could not fix the import problem.

    I managed to build a standalone executable with Nuitka and bbfreeze, though, so in case anyone runs into the same problem: it is worth trying other tools.

    0 讨论(0)
提交回复
热议问题