I\'m having trouble figuring out an error message in Python.
yesterday, I\'ve installed python using the latest EPD package, and wxPython2.9 using the wxPython2.9-osx-co
Select your wx version before importing any wx modules
import wxversion wxversion.select('2.8')
import wxversion
wxversion.select('2.8')
The above code should come before import wx
import wx