Search code examples
macospython-2.7wxpython

Installing Wxpython on mac


I am trying to install wxpython on mac os. I have already tried following solution. I have already enables software installation from all sources

a) Downloaded the binary for mac and tried to install it. It says no software found to install at the last step.

b) I tried using brew to install. The brew command works find but when when I tried import wx it says no module found.

Can you specify how to get rid of this error? My mac version is 10.11.5 I am using python 2.7


Solution

  • Try using the installer found here: https://wxpython.org/snapshots/. It is a current (as of 2 weeks ago) snapshot of the code, modified to use the newer Installer Package format.