Is it possible to deploy a Python application on the Mac App Store?

前端 未结 6 1733
后悔当初
后悔当初 2020-12-22 17:52

Does Apple accept Python applications for distribution on the new Mac App Store?

If so, how should the application be packaged? Is py2app sufficient? Something else?

6条回答
  •  一生所求
    2020-12-22 18:22

    It is quite possible. My app is currently listed:

    http://itunes.apple.com/us/app/quickwho/id419483981?mt=12&ls=1#

    Bundled up with py2app, no worries.

提交回复
热议问题