猿问

启动应用程序时 Py2App PIL 图像错误

我正在使用 py2app 将 python 文件转换为应用程序并遇到此错误:


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/Contents/Resources/__boot__.py", line 132, in <module>

    _recipes_pil_prescript(['ImtImagePlugin', 'XpmImagePlugin', 'FtexImagePlugin', 'McIdasImagePlugin', 'MpegImagePlugin', 'SpiderImagePlugin', 'DdsImagePlugin', 'FpxImagePlugin', 'MspImagePlugin', 'XVThumbImagePlugin', 'GbrImagePlugin', 'MpoImagePlugin', 'BmpImagePlugin', 'BlpImagePlugin', 'IptcImagePlugin', 'PpmImagePlugin', 'JpegImagePlugin', 'SgiImagePlugin', 'PalmImagePlugin', 'PsdImagePlugin', 'ImImagePlugin', 'MicImagePlugin', 'BufrStubImagePlugin', 'WebPImagePlugin', 'FliImagePlugin', 'TgaImagePlugin', 'PixarImagePlugin', 'TiffImagePlugin', 'CurImagePlugin', 'PngImagePlugin', 'FitsStubImagePlugin', 'Hdf5StubImagePlugin', 'DcxImagePlugin', 'IcnsImagePlugin', 'EpsImagePlugin', 'GifImagePlugin', 'SunImagePlugin', 'WmfImagePlugin', 'GribStubImagePlugin', 'PcdImagePlugin', 'IcoImagePlugin', 'XbmImagePlugin', 'PdfImagePlugin', 'PcxImagePlugin', 'Jpeg2KImagePlugin'])

  File "/Users/MYUSER/PycharmProjects/webstuff/BotTest/dist/ws1.app/Contents/Resources/__boot__.py", line 90, in _recipes_pil_prescript

    from PIL import Image

  File "PIL/Image.pyc", line 64, in <module>

  File "PIL/_imaging.pyc", line 14, in <module>

  File "PIL/_imaging.pyc", line 10, in __load

  File "imp.pyc", line 342, in load_dynamic


出错后,程序终止。程序中使用的所有图像都使用设置中的 data_files 包含在其中。我的代码有错误还是与py2app有关?


拉莫斯之舞
浏览 167回答 2
2回答
随时随地看视频慕课网APP

相关分类

Python
我要回答