Changeset 32314


Ignore:
Timestamp:
Jul 26, 2008, 12:43:45 PM (16 years ago)
Author:
martinl
Message:

wxGUI: use wx.version() instead of wx.\_\_version\_\_ (merged from trunk, r32313)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/branches/develbranch_6/gui/wxpython/gui_modules/globalvar.py

    r31644 r32314  
    3434        wxversion.select(str(majorVersion))
    3535        import wx
    36         version = wx.__version__
     36        version = wx.version().split(' ')[0]
    3737        if float(version[:3]) < majorVersion:
    3838            raise ValueError('You are using wxPython version %s' % str(version))
Note: See TracChangeset for help on using the changeset viewer.