ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

error on compiling py2app #497

Open PuddingJoker opened 1 year ago

PuddingJoker commented 1 year ago

i got the same error as this issue, here is my descriptions: i run py2app on my M2 mac i install python use homebrew the project i wanna compile is this reposity and the setup.py content is generate default by py2applet my setup.py init command is : py2applet --make-setup run.py