[Pyobjc-dev] Unblocked on Xcode 26 xib use, stymied by py2app
Brought to you by:
ronaldoussoren
|
From: Zachery B. <zb...@za...> - 2025-12-03 14:36:45
|
Hey, all I got unblocked on the outlets/actions, but now I'm getting blocked by the recent py2app changes. I'm using the barebones setup.py created by `py2applet --make-setup MyApp.py`, but I'm still hitting the `install_requires` issue. Are there known correct changes I should make to my setup.py to get past that? Thanks, Zac |