spns #33658 - remove tkinter on Windows

This commit is contained in:
Nabil Ghodbane 2023-03-13 16:30:38 +01:00
parent f161bd3388
commit c31495dbc5

View File

@ -1,9 +1,11 @@
# contains function to compute a mesh in parallel
import platform
from platform import java_ver
import sys
from tkinter import W
import salome
# tkinter not built on Windows - Python 3.6.5
if platform.system() != 'Windows':
from tkinter import W
import time