Salome HOME
Solve problem with probably incorrect set QT_PLUGIN_PATH environment variable.
authorvsr <vsr@opencascade.com>
Thu, 4 Feb 2016 09:08:30 +0000 (12:08 +0300)
committervsr <vsr@opencascade.com>
Thu, 4 Feb 2016 09:08:30 +0000 (12:08 +0300)
bin/gui_setenv.py

index 3205e938ed456a4547154131ad10d1be728f624a..16b9b0d68cd7c22c457510f54acf741081e4eebd 100644 (file)
@@ -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