chriskiehl / Gooey

Turn (almost) any Python command line program into a full GUI application with one line
MIT License
20.68k stars 1.02k forks source link

Anyone have Gooey running on a Mac w M1/2/3 chipsets and macOS Sequoia 15.0? #919

Closed jainraje closed 1 month ago

jainraje commented 1 month ago

through trials and tribulations I have a set of python packages that cleanly install and executes without a crash.

python==3.12.6. => pointing to system installed Framework version Gooey==1.0.8.1 wxPython==4.2.2

No GUI is coming up but the following message is printed out in the terminal.

2024-10-03 15:51:14.569 Python[88619:2213967] +[IMKClient subclass]: chose IMKClient_Legacy

I have Gooey running on an older Intel Mac running Big Sur. I'm very curious if anyone has Gooey running on a ARM based Mac running the recent Sequoia v15.0 macOS? If yes, Id like to know which version packages are you using?

Update: upon close inspection the gui actually opened up and is running in a different instance. I'll run more tests. Other than the message in the terminal the guy appears to run OK. --Jainraje