mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Don't import tkinter when Netgen is loaded
This commit is contained in:
parent
76ab713a80
commit
ce90bf8775
@ -1,8 +1,3 @@
|
||||
if(USE_GUI)
|
||||
set(IMPORT_TKINTER True)
|
||||
else()
|
||||
set(IMPORT_TKINTER False)
|
||||
endif()
|
||||
configure_file(__init__.py ${CMAKE_CURRENT_BINARY_DIR}/__init__.py @ONLY)
|
||||
|
||||
install(FILES
|
||||
|
@ -1,10 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
# import tkinter only if Netgen was configured with USE_GUI=ON
|
||||
if @IMPORT_TKINTER@:
|
||||
import tkinter
|
||||
|
||||
_netgen_bin_dir=os.path.realpath(os.path.join(os.path.dirname(__file__),'..','@NETGEN_PYTHON_RPATH_BIN@'))
|
||||
_netgen_lib_dir=os.path.realpath(os.path.join(os.path.dirname(__file__),'..','@NETGEN_PYTHON_RPATH@'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user