PyQt5-Python3-PyCharm 配置

Posted qingyueheji

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PyQt5-Python3-PyCharm 配置相关的知识,希望对你有一定的参考价值。

File->Tools->External Tools->add

配置ui文件转换工具
Name:PyUIC
Program:D:developpythonMacvenvScriptspyuic5.exe               pyuic5.exe 路径
Arguments:$FileName$ -o $FileNameWithoutExtension$.py
Working directory:$FileDir$

配置QtDesigner设计器
Name QtDesigner
Program D:developpythonMacvenvLibsite-packagespyqt5_toolsdesigner.exe    designer.exe 路径
Arguments $FileDir$$FileName$
Working directory $FileDir$

配置打包工具
Name pycc 非单文件
Program C:Program Files (x86)Python37-32Scriptspyinstaller.exe          pyinstaller.exe 路径
Arguments -F -w -D $FilePath$
Working directory $ContentRoot$$FileDirName$

配置非单文件打包工具
Name pycc 单文件
Program C:Program Files (x86)Python37-32Scriptspyinstaller.exe          pyinstaller.exe 路径
Arguments -F -w $FilePath$
Working directory $FileDir$$FileDirName$

 

技术图片

 

以上是关于PyQt5-Python3-PyCharm 配置的主要内容,如果未能解决你的问题,请参考以下文章

pycharm下怎么配置python

在pycharm上配置pyspark

python学习第二讲,pythonIDE介绍以及配置使用

anaconda + pyqt5 + pycharm 安装,测试

Python+selenium自动化,Allure包不生成index.html文件,解决方法

搭建 python 3.5+pycharm 2017.1.3+django 1.12.0 首次 将sqlite3 迁移到mysql