Pyinstaller compile to exe

前端 未结 8 1360
旧时难觅i
旧时难觅i 2021-01-18 02:09

I am trying to compile a Kivy application to a windows exe, but I keep receiving an attribute error: AttributeError: \'str\' object has no attribute \'items\'

I have

8条回答
  •  清歌不尽
    2021-01-18 02:45

    I had similar error output from Pyinstaller with a wxPython project. It was solved it by upgrading setuptools (from 38.5.1 to 39.0.2).

提交回复
热议问题