Saturday, April 10, 2021

Setting up PyQt5 in PyCharm 2021.1 on AlmaLinux 8.3

In general,  procedure bellow follows guidelines from http://lxer.com/module/newswire/view/298983/index.html attempting to test AlmaLinux 8.3 rather then PyQT5 Framework.

PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented as more than 35 extension modules and enables Python to be used as an alternative application development language to C++ on all supported platforms including iOS and Android.  Following below is a brief description to enable PyCharm 2021.1 to execute python scripts been written with PyQT5 bindings involved on AlmaLinux 8.3.

First install packages :-

$ sudo dnf install qt5-qtbase-devel

$ sudo dnf install PyQt5 

$ sudo dnf install qt5-designer

Afterward install the most recent version of PyCharm on Linux.


















































































Now test setup via porting from GitHub SqliteBrowser been compiled via PyQT5 in PyCharm 2021.1 environment













































No comments:

Post a Comment