PyInstaller; “could not find or load the Qt platform plugin ”windows"

后端 未结 4 961
轮回少年
轮回少年 2021-02-06 00:31

My PyInstaller spec:

# -*- mode: python -*-

block_cipher = None


a = Analysis([\'test.py\'],
             pathex=[\'C:\\\\Users\\\\admin\\\\compile\'],
                


        
4条回答
提交回复
热议问题