How to create menu item in OSX Menubar using Pyinstaller packaged Kivy Python application?
问题 To achieve sense of nativeness in my Pyinstaller packaged Kivy Python application, I would like to create menu item in OSX menu bar. If using PyQt, I can easily achieve this. But as I am using Kivy, it seems like I have to resort to other ways. Any suggestion? I guess it will be in the range of PyObjc or AppleScript. Not sure though. 回答1: I guess this is more to Pyinstaller question that it is as Kivy question. It's neither :) PyInstaller just wraps the python application into a native