python - How to create an .app file in mac os x from binaries? -


I have a project in the form of binaries that can be distributed to other Mac PCs.

See this, it can solve your problem.

py2app is a Python Set Aptolis command that will allow you to create a plugin from a standalone application bundle and Python script. Py2app is similar in purpose and Windows is designed for py2exe.


Comments