mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
Fix spaces in install dir
This commit is contained in:
parent
837e92bb16
commit
95366beb54
@ -8,7 +8,7 @@ def StartGUI():
|
|||||||
win.tk.eval('lappend ::auto_path ' + netgen._netgen_lib_dir)
|
win.tk.eval('lappend ::auto_path ' + netgen._netgen_lib_dir)
|
||||||
win.tk.eval('lappend ::auto_path ' + netgen._netgen_bin_dir)
|
win.tk.eval('lappend ::auto_path ' + netgen._netgen_bin_dir)
|
||||||
# load with absolute path to avoid issues on MacOS
|
# load with absolute path to avoid issues on MacOS
|
||||||
win.tk.eval('load '+netgen._netgen_lib_dir.replace('\\','/')+'/libgui[info sharedlibextension] gui')
|
win.tk.eval('load "'+netgen._netgen_lib_dir.replace('\\','/')+'/libgui[info sharedlibextension]" gui')
|
||||||
win.tk.eval( netgen.libngpy._meshing._ngscript)
|
win.tk.eval( netgen.libngpy._meshing._ngscript)
|
||||||
|
|
||||||
if not netgen.libngpy._meshing._netgen_executable_started:
|
if not netgen.libngpy._meshing._netgen_executable_started:
|
||||||
|
Loading…
Reference in New Issue
Block a user