About the App
Wxpython Mac Menu Bar
- App name: wxpython
- App description: Python bindings for wxWidgets
- App website: https://www.wxwidgets.org/
- Allocation strategy¶. All menus must be created on the heap because all menus attached to a menubar or to another menu will be deleted by their parent when it is deleted. The only exception to this rule are the popup menus (i.e. Menus used with wx.Window.PopupMenu) as wxWidgets does not destroy them to allow reusing the same menu more than once.But the exception applies only to the menus.
- In the meantime, if you want more up-to-date info on wxPython on Mac OS X you should see wxPythonOSX Issues. For the next week this wiki page will probably be pretty raw, asking as many questions as it answers. Help fill in the answers, point to relevant mailing list posts, web site pages, etc. Then we can point new users to this.
With wxPython software developers can create truly native user interfaces for their Python applications, that run with little or no modifications on Windows, Macs and Linux or other unix-like systems.
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install wxpython
Done! You can now use wxpython
.