Is it possible to access the python console from the non gui version of flac

Hi,

I use the non-gui version of flac3d with the executable fla3d_console on a linux server that does not have a gui interface.
I wanted to know if there was a way to access the python console in this version of FLAC3D. I went through the documentation but I couldn’t find anything.

Right now my option is to write the python code in a file and execute with program call “myscript.py” but it is a little impractical.

Thanks in advance!

You can issue python commands in the flac3d command line by starting the line with “python …”, so e.g. python import numpy.

1 Like