python打包、pyqt5、pyinstaller

python打包

pyinstaller -F MainWindow.py

打包好软件后,需要注意的坑有

  • 把data文件夹放到和*.exe同级别的文件夹下。data文件夹下有:arrow_left.png、player.png、一些resources

  • 把platforms放到和*.exe同级别的文件夹下。platforms文件夹下有qminimal.dll、qoffscreen.dll、qwindows.dll

posted @ 2020-04-15 15:25  bH1pJ  阅读(18)  评论(0编辑  收藏  举报