安装salome需注意的问题
需要修改:
@ECHO OFF
REM Synopsis
REM Name: run_salome.bat
REM Options: SALOME arguments if any
REM Description: runs the SALOME launcher
REM Alternative: user can run the following commands a cmd terminal
REM cd D:\salome
REM D:\salome\W64\Python\python3.exe salome
REM
@SET PATH=D:\salome\msvc;%PATH%
SET out_dir_Path=%~dp0
START %out_dir_Path%\W64\Python\python3.exe %out_dir_Path%\salome %*
context.setVariable(r"CSF_RepeatServerRequest", “1000”)
context.setVariable(r"CSF_DelayServerRequest", “100000”)
同时需要解压时win64文件也许放在安装目录内。