py2app built app displays `ERROR: pygame.macosx import FAILED` on other machines
问题 Trying to build an app on the Mac using py2app. Got everything working fine on my machine, but when moving the app to another, it crashes and the console displays this error. ERROR: pygame.macosx import FAILED Anybody have a solution to this? 回答1: Found the problem and solution after many hours. Turns out other people have experienced similar problems and their articles were quite helpful: http://b.atcg.us/blog/2010/04/13/py2app-hell-the-first.html http://www.vijayp.ca/blog/?p=62 In case