I think you might be unfamiliar with how Qt resources are handled in PyQt 5. In PyQt 5, the file resources.qrc is used to generate qrc_resources.py by using the method outlined here: http://pyqt.sourceforge.net/Docs/PyQt5/resources.html
I think you might be unfamiliar with how Qt resources are handled in PyQt 5. In PyQt 5, the file resources.qrc is used to generate qrc_resources.py by using the method outlined here: http://pyqt.sourceforge.net/Docs/PyQt5/resources.html