X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FYamsPlug%2Fyamsplug_plugin.py;h=20eea53c69511b767ef3f6a63d4e6275f25983fb;hp=d502effc87129e1606a19bb865d0f09755b5390c;hb=62336a394b80b503991ff801f2ebf7feff47e7f0;hpb=0aa1e7419aa1b35b6096fd3aaf8dc559db3e28d0 diff --git a/src/Tools/YamsPlug/yamsplug_plugin.py b/src/Tools/YamsPlug/yamsplug_plugin.py old mode 100644 new mode 100755 index d502effc8..20eea53c6 --- a/src/Tools/YamsPlug/yamsplug_plugin.py +++ b/src/Tools/YamsPlug/yamsplug_plugin.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2006-2015 EDF R&D +# Copyright (C) 2006-2016 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -34,10 +34,13 @@ def YamsLct(context): #prior test to avoid unnecessary user GUI work with ending crash try : - os.environ['DISTENE_LICENCE_FILE_FOR_YAMS'] + os.environ['DISTENE_LICENSE_FILE'] except: - QMessageBox.warning(None,"Products","Distene's product Yams is not installed.\nrequired environment variable:\nDISTENE_LICENCE_FILE_FOR_YAMS='/.../dlim8.var.sh'") + QMessageBox.warning(None,"Products","""\ +Distene's product MeshGem SurfOpt is not installed. +required environment variable: +DISTENE_LICENSE_FILE='.../dlim8.var.sh'""") return import monYamsPlugDialog - window=monYamsPlugDialog.getDialog() + window = monYamsPlugDialog.getDialog() window.show()