mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
spns #33658 - remove tkinter on Windows
This commit is contained in:
parent
f161bd3388
commit
c31495dbc5
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user