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