mupen64plus-ui-python icon indicating copy to clipboard operation
mupen64plus-ui-python copied to clipboard

Cannot compile on Windows

Open autofire372 opened this issue 4 years ago • 1 comments

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.

autofire372 avatar May 31 '20 22:05 autofire372

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.

gen2brain avatar Jun 01 '20 09:06 gen2brain