当前位置:   article > 正文

从零开始学PySide6/QT_pyside6官方文档中文版

pyside6官方文档中文版

1.从PySide6 python程序到可执行文件.exe

参考文献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.

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/运维做开发/article/detail/962995
推荐阅读
相关标签
  

闽ICP备14008679号