【发布时间】:2017-10-19 14:45:15
【问题描述】:
我使用 Windows 命令窗口和pip3 install PyQt5 安装了 PyQt5,如download page 中所述,它已成功安装。但我没有在 Windows 开始菜单中找到 PyQt Designer,所以我想我需要单独安装它。在搜索了各种论坛后,我尝试使用pip3 install pyqt5-tools 添加它,它显示Successfully installed pyqt5-tools-5.9.0.1.2,但没有安装 PyQt Designer。
有没有办法安装 PyQt Designer?
我的 Python 版本:
>>> python --version
Python 3.5.2 :: Anaconda custom (64-bit)
【问题讨论】:
标签: windows python-3.x installation pyqt5