PyQt6 Application Not Launching via Double-Click on .app File but Works with Executable Script in Terminal on macOS
I’m working on an application (that’s only supposed to run on my machine) that uses PyQt6 to show a hello world text. I do not want to use py2app, pyinstaller or co. I manually created the app bundle and when running the bundle executable it fully works. Only when I double click the .app file (or open
it via the terminal) it doesn’t work. The osascript testing thing DOES work.