I am trying to use one script called salomeToOpenFOAM, available here. When I try to import it in the object browser and run the script via file->load script, apparently nothing happens. When I try to run the script on the python console, it gives me this output:
File "<input>", line 1, in <module>
NameError: name 'salomeToOpenFOAM' is not defined
When I try to run an example provided by the developer, it gives me this output:
ModuleNotFoundError: No module named 'salome'
Am I missing something in the installation, or in any of the steps?