DepreciationWarning
Brought to you by:
cliffwells18,
pooryorick
In the new wx 2.8 there is a DepreciationWarning on from wxPython import wx, grid because it's now import wx then import wx.grid as grid and associated changes to the code in order to get the namespaces right. all wxWhatever is now wx.Whatever. Please, if you could change this, or I can change it and send you a copy. Thanks!
DSV.py with correct namespace
sorry, I forgot all about this! I fixed the names and got rid of the depreciation warning.