I am trying to convert qrc file to py but a module error comes up like this
can we use another or alternative code for conversion?
I am trying to convert qrc file to py but a module error comes up like this
can we use another or alternative code for conversion?
One possible option is to use the python command that uses pyrcc5:
python -m PyQt5.pyrcc_main resource.qrc -o resource_rc.py