Salome HOME
Fix two failing tests on Windows:
[modules/smesh.git] / doc / examples / creating_parallel_mesh.py
index e837fc9d77b1281f4abf86833cb3e297803c4fe8..6b9006e0c619b3d47a836739dea16f9949c599fb 100644 (file)
@@ -1,7 +1,11 @@
 # contains function to compute a mesh in parallel
 from platform import java_ver
 import sys
-from tkinter import W
+try:
+    from tkinter import W
+except:
+    print("warning: could not import tkinter")
+
 import salome
 
 import time