Py2App PIL Image error when launching app
问题 I am using py2app to convert a python file into an application and am running into this error: Traceback (most recent call last): File "/Users/MYUSER/PycharmProjects/webstuff/BotTest/dist/ws1.app/Contents/Resources/__boot__.py", line 87, in _recipes_pil_prescript import Image ModuleNotFoundError: No module named 'Image' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/MYUSER/PycharmProjects/webstuff/BotTest/dist/ws1.app