I am working on python project and I have a problem with pyside-rcc. First, let I explain briefly about my project.
I created my project GUI in QtDesigner and also use the image in the GUI. Then, I generate .py from .ui file using pyside-uic and it works! Then I have to generate my resource file, .qrc file, to .py file to use with my project.
The problem is when I use pyside-rcc to generate a resource file, it shows an error.
"'pyside-rcc' is not recognized as an internal or external command, operable probram or batch file." (As shown below)
You can see in the bottom of Python folder. There is pyside-rcc.exe file. I do not know why pyside-rcc is not work (pyside-uic still work).
Thank you for answer. :)