I am on a Macbook Air, running Mavericks. Today I downloaded wxPython via their website, however, when I click on the install package I get:
wxPython3.0-osx-
Use brew* to install wxmac using the following command.
brew install --python wxmac --devel
once you install the wxmac create a symbolic link between the installed wx to the python library.
sudo ln -s /usr/local/Cellar/wxmac/2.9.4.0/lib/python2.7/site-packages/wx /Library/Python/2.7/site-packages/wx
I Hope it will be helpful for future installers.
*if you do not have Brew installed prior, install it using the following command: ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"