From: vsr Date: Thu, 4 Feb 2016 09:08:30 +0000 (+0300) Subject: Solve problem with probably incorrect set QT_PLUGIN_PATH environment variable. X-Git-Tag: V8_0_0rc1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=747a7bd3bda841b392bf39307d98d5362803820b;p=modules%2Fgui.git Solve problem with probably incorrect set QT_PLUGIN_PATH environment variable. --- diff --git a/bin/gui_setenv.py b/bin/gui_setenv.py index 3205e938e..16b9b0d68 100644 --- a/bin/gui_setenv.py +++ b/bin/gui_setenv.py @@ -29,6 +29,7 @@ def set_env( args ): dirs = re.split( ":|;", os.getenv( 'VTK_AUTOLOAD_PATH', vtk_overloads_dir ) ) if vtk_overloads_dir not in dirs: dirs[0:0] = [vtk_overloads_dir] os.environ['VTK_AUTOLOAD_PATH'] = os.pathsep.join(dirs) + os.environ['QT_PLUGIN_PATH'] = '' return