How to create a Mac OS X app with Python?

前端 未结 11 1512
清酒与你
清酒与你 2020-12-12 18:07

I want to create a GUI application which should work on Windows and Mac. For this I\'ve chosen Python.

The problem is on Mac OS X.

There are 2 tools

11条回答
  •  庸人自扰
    2020-12-12 18:42

    The only way is py2app. You have no other way. Sorry. The research you did seems very solid and you did not miss anything.

提交回复
热议问题