Solve the problem that QT5 Designer cannot be opened under python

coldplay.xixi
Release: 2020-08-21 16:33:24
forward
2970 people have browsed it

Solve the problem that QT5 Designer cannot be opened under python

designer.exe cannot open the background

python 3.8 Followpip install pyqt5andpip install pyqt5-toolsto complete the installation After that, enter the..\Python\Lib\site-packages\pyqt5_tools\Qt\bin
directory and open designer.exe. The error is as follows:

Solution

Place the two dll files in the following directory...\Python\Lib\site-packages\pyqt5_tools\Qt\plugins\platforms

Copy to...\Python\Lib\site-packages\pyqt5_tools\Qt\bin\platforms directory, and you can open designer.exe normally

PS: Let’s take a look at the problem that Qt-Designer cannot be opened

After installing Qt, double-clicking the Designer on the desktop does not respond. The solution is to change qwebengineview.dll in the installation path. Add ".bak" to the file suffix.

Related learning recommendations:python tutorial

The above is the detailed content of Solve the problem that QT5 Designer cannot be opened under python. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!