ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

py2pp "No module named ..." #522

Open cipe4 opened 6 months ago

cipe4 commented 6 months ago

I am trying to compile an app that works fine in alias mode (I followed the instructions in this video: https://www.youtube.com/watch?v=DVOoHL2Bp_o). However, when running the "python3 setup.py py2app" I get the error: "ImportError: No module named PyInstaller.hooks.hook-PyQt5.QtWinExtras".

I tried to install the unfound module. This seems to solve the immediate issue but upon attempting to compile again, there is another "No module named" error for another module. This keeps going forever.

Can anybody help? I just started programming, my tech skills are quite low. Would be great to get help with easy words :) Thank you so much!