Installing wxPython on MacOS(SnowLeopard)
memo for myself.
It's not very simple to install wxPython on MacOSX, because it's been using Carbon and Cocoa version is released only as unstable version.
- install wxPython2.9 downloaded from here
- install python framework-build with homebrew.
brew install python --framework
- set PYTHONPATH
PYTHONPATH=$PYTHONPATH:/usr/local/lib/wxPython/lib/python2.7/site-packages/wx-2.9.1-osx_cocoa
Comments