赞
踩
以参考文献2中,官方example “basiclayouts”为例,
先拷贝官方代码,保存到D:\test\basiclayouts.py。
这里使用pyinstaller生成.exe文件,
在cmd中分别输入:
此时D:/test文件夹下产生了以下文件/文件夹:
执行D:\test\dist\basiclayouts中的basiclayouts.exe,产生了如下错误:
解决方法见参考3.将plugs文件夹从\Lib\site-packages\PySide6拷贝到D:\test\dist\basiclayouts\PySide6中,再次执行就可以了。
[1] https://pyinstaller.readthedocs.io/en/stable/usage.html
[2] https://doc.qt.io/qtforpython/examples/example_widgets_layouts_basiclayouts.html
[3] 程序运行时提示This application failed to start because no Qt platform plugin could be initialized.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。