calculix / ccx2paraview

CalculiX to Paraview converter (frd to vtk/vtu). Makes possible to view and postprocess CalculiX analysis results in Paraview. Generates Mises and Principal components for stress and strain tensors.
GNU General Public License v3.0
84 stars 18 forks source link

The executable looks for exactly python37 #17

Closed aomanchuria closed 3 years ago

aomanchuria commented 3 years ago

Could this be changed to use a generic python via PYTHONHOME?

imirzov commented 3 years ago

ihor@alkor: echo $PYTHONHOME

ihor@alkor: python -V Python 2.7.18 ihor@alkor: python3 -V Python 3.8.5

So, I haven't variable PYTHONHOME, my Python version is not 3.7, but the converter works fine.