Ignore:
Timestamp:
Jun 23, 2021 12:17:16 PM (2 years ago)
Author:
vondreele
Message:

fix wx.pyValidator error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4969 r4973  
    183183    pass
    184184
    185 if 'phoenix' in wx.version():
     185try:    #phoenix
    186186    wxValidator = wx.Validator
    187 else:
     187except AttributeError:  #classic - i.e. old
    188188    wxValidator = wx.pyValidator
    189189
Note: See TracChangeset for help on using the changeset viewer.