用pyinstaller打包python程序,解決打包時的錯誤:Cannot find existing PyQt5 plugin directories

 

  • 將本身的python程序打包成.exe/.app(秀同窗一臉吶)  http://www.javashuo.com/article/p-mlgcbjbl-hb.html
  • Python程序打包成exe可執行文件 http://www.javashuo.com/article/p-hrrbksul-dz.html
  • 注意將要打包的py文件拷貝到新建的文件夾內
  • 在打包時會出現問題Cannot find existing PyQt5 plugin directories ,具體截圖以下
  • 解決方法就是用everything搜索PyQt5,找到 /Library/plugins路徑下的PyQt5文件夾,將裏面的dll動態庫pyqt5qmlplugin.dll複製出來
  • 按照錯誤提示的路徑,一個個的新建文件夾,造成目錄C:\qt5b\qt_1524647842210\_h_env\Library\plugins,將剛纔複製出來的dll動態庫拷貝進去便可
相關文章
相關標籤/搜索