ImportError: No module named ‘resource_rc’

You should have a file called resource.qrc, this must be converted to .py, this or you can do it by executing:

pyrcc5 resource.qrc -o resource_rc.py

Leave a Comment