I\'m experimenting with the \"SPy\" Spectral Python library, using PyCharm, and I\'ve gotten to the point where it tells me that wxversion was not found. How can I install wxve
You can install wxPython on Mac just by downloading it from www.wxpython.org. Please take note of the following notice on their website:
NOTE: This installer is not signed by Apple, so by default your Mac will tell you it is corrupted and will not install it. You can get around this by temporarily relaxing the security settings in System Preferences. In the Security & Privacy section set "Allow applications downloaded from" to "Anywhere."
I have followed their directions and had no problem installing wxPython on Mac (Yosemite) once I changed those settings.