So, I've just finished my first application with Python 3. I was lucky enough to succeed in building a standalone file with py2app, with an icon and all. However, the standalone application has many menu bar items that are completely redundant. I would rather have only two things in the menu bar - the title of the application and a "Quit" command in a drop down menu. (Even "quit" command is redundant as it is located elsewhere in the GUI that I created with tkinter.)
Is there a way to omit the menu bar when building with py2app? I'm on OS X, Python 3.