py2app
py2app copied to clipboard
qualify Distribution by module name pkg_resources
The seems to be a typo in recipes/setuptools.py quite for a while which results in
File /Applications/MyApp.app/Contents/Resources/__boot__.py", line 233, in find_eggs_in_zip
yield Distribution.from_filename(path_item, metadata=metadata)
^^^^^^^^^
NameError: name 'Distribution' is not defined
2024-02-08 20:03:56.471 MyApp[63203:14701403] Launch error
See the py2app website for debugging launch issues
I encountered the same issue in __boot__.py, this bug should be fixed.