def check_dependencies(): if not 'phoenix' in wx.version(): raise Exception('Gripy works only with wxPython 4.') #