79762219

Date: 2025-09-11 17:13:48
Score: 0.5
Natty:
Report link

If you are installing using the .spec file, you can add PIL._tkinter_finder as a hidden import:

a = Analysis(
    ...
    hiddenimports=['PIL._tkinter_finder'],
)

That solved the issue for me.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Wilson