ronaldoussoren / pyobjc

The Python <-> Objective-C Bridge with bindings for macOS frameworks
https://pyobjc.readthedocs.io
563 stars 47 forks source link

fix for no Frameworks loaded when using pyobjc and python2 on a modern system #566

Open eyeteajay opened 1 year ago

eyeteajay commented 1 year ago

When using pyobjc with python2 on osx13, I got the same ImportError: Framework CoreServices could not be found that was fixed in later versions. Since v5.3 was the last version that worked with python2, this PR just cherry-picks the fix from #309 onto that tag and bumps the version to v5.3.1

eyeteajay commented 1 year ago

Sorry, this should be merged onto tag v5.3, not master, but I couldn't create the branch for this PR.

ronaldoussoren commented 11 months ago

I won't merge this PR because I no longer support Python 2. I'm leaving the PR open for anyone else running into this.