How to solve "Could not load the Qt platform plugin "cocoa" in "" even though it was found."
Unsolved
Installation and Deployment
-
I fixed this on my machine by requiring py2app version 0.25
setup_requires=['py2app==0.25']
in the setup.pyThis problem is described in https://github.com/ronaldoussoren/py2app/issues/380 and there's already a patch. Just don't use 0.26 and 0.27.