mupen64plus-ui-python
mupen64plus-ui-python copied to clipboard
Cannot compile on Windows
python setup.py build
running build
running build_qt
Updating 'src/m64py/ui/i18n/m64py_de_DE.qm'...
Generated 103 translation(s) (0 finished and 103 unfinished)
Ignored 60 untranslated source text(s)
Updating 'src/m64py/ui/i18n/m64py_en.qm'...
Generated 0 translation(s) (0 finished and 0 unfinished)
Ignored 163 untranslated source text(s)
error: [WinError 2] The system cannot find the file specified
I don't even get an informative error message.
So you are missing pyrcc5 from PyQt5 for resource files, and it must be able to also import uic
so it can compile .ui files. End users should use binaries from release, i.e. setup exe or portable zip.