py2app icon indicating copy to clipboard operation
py2app copied to clipboard

py2pp "No module named ..."

Open cipe4 opened this issue 1 year ago • 1 comments

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!

cipe4 avatar Feb 26 '24 10:02 cipe4

is pyinstaller module in your mac? you need to uninstall it

liujs233 avatar Mar 17 '25 07:03 liujs233