Pyqt5 安装
Posted frank-shen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pyqt5 安装相关的知识,希望对你有一定的参考价值。
window 安装PyQt5
pip install pyqt5
pip install pyqt5-tools
配置QT环境变量
变量名: QT_QPA_PLATFORM_PLUGIN_PATH
变量值: D:workspacePython练习venvLibsite-packagesPyQt5Qtplugins (PyQt5的安装目录)
设置扩展工具参数
1.配置QtDesigner参数
program: D:workspacePython练习venvLibsite-packagespyqt5_toolsdesigner.exe (designer.exe的路经)
working directory: $FileDir$
2.配置pyuic5工具:将Qt Designer生成的.ui文件转换成.py文件的工具
program: D:workspacePython练习venvScriptspyuic5.exe (pyuic.exe的路经)
arguments: $FileName$ -o $FileNameWithoutExtension$.py
working directory: $FileDir$
以上是关于Pyqt5 安装的主要内容,如果未能解决你的问题,请参考以下文章