大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺
anaconda下 base环境自带pyqt 但作为初学者使用起来不好用
于是 我自己创了一个环境专门去搞pyqt
接下来是如何使用pycharm通过anaconda来配置使用pyqt
默认已经安装anaconda 和pycharm
首先打开 anaconda prompt
输入
上面的的代码块是安装过程
总结:
1>conda create -n GUIpyqt python=3.7
2>conda activate GUIpyqt
3>pip install sip
pip install PyQt5 -i https://pypi.douban.com/simple
pip install PyQt5-tools -i https://pypi.douban.com/simple
安装PyQt:
第一步创建环境;第二步打开创建的环境 ;第三步 安装 sip ,PyQt5, PyQt5-tools 扩展包
接下来在pycharm中导入安装好pyqt的环境GUIpyqt
具体请点击 https://blog.csdn.net/weixin_41923961/article/details/86584683
接下来是配置 QTdesigner 和 pyuic
打开 settings 找到tools ——>external tools
name: QtDesigner
description: QtDesigner
program: D:Anaconda3envsGUIpyqtLibsite-packagespyqt5_toolsQtbindesigner.exe
working directory: D:Anaconda3envsGUIpyqtLibsite-packagespyqt5_toolsQtbin
name: PyUic
description: PyUic
program: D:Anaconda3envsGUIpyqtScriptspyuic5.exe
arguments: $FileName$ -o $FileNameWithoutExtension$.py
working directory: $FileDir$
working directory: $FileDir$ 中一定在 $FileDir$ 前面无空格 !!!!!
狗则会出现:
说明在“$FileDir$ ”前面有空格!!!!!!!!!!!!!!!!
在QtDesigner配置中会出现
Process finished with exit code -1073741515 (0xC0000135)
这时候你去找designer.exe文件
D:Anaconda3envsGUIpyqtLibsite-packagespyqt5_toolsQtbindesigner.exe
双击发现打不开
会提示你 由于缺少 vcruntime140_1.dll
vcruntime140_1.dll文件网址 https://www.jb51.net/dll/vcruntime140_1.dll.html
解压后将其放在 C:WindowsSystem32 中
就OK
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/172963.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...