Converting py file to exe, Cannot find existing PyQt5 plugin directories

前端 未结 5 1991
余生分开走
余生分开走 2020-12-15 02:09

I\'m quite new to phyton and I\'ve just finished my first application. Now, I\'m trying to compile my .py file to an .exe buy that doestn seem to work. I\'ve looked everywhe

5条回答
  •  情歌与酒
    2020-12-15 02:24

    Try uninstalling Anaconda. There have been issues in the past. If not you can try py2exe that is fairly decent too.

提交回复
热议问题