i ussualy get a problem in "pyrcc5" is not recognized as an internal or external command, operable program or batch file

2.6k Views Asked by At

I am trying to convert qrc file to py but a module error comes up like this

enter image description here

can we use another or alternative code for conversion?

1

There are 1 best solutions below

0
On

One possible option is to use the python command that uses pyrcc5:

python -m PyQt5.pyrcc_main resource.qrc -o resource_rc.py