Hi,
I am very interested in using the postel python scripts but I had exactly the same errors as mark689:
utils.exceptions.TelemacException: Error: unable to load the dynamic library _hermes.so
You can check the environment variable: PYTHONPATH
No module named '_hermes'
and when I try import _hermes:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named '_hermes'
And I am a little bit lost, indeed I don't have this file "builds/<your config>/wrap_api" in my telemac. I am also using the v8p2r0 and had no errors when compiling. My systel file is attached.
Moreover I don't really understand how the environment file works. I like to work with spyder (python 3.6) and in spyder if I get the environment from os.environ I have a dictionary which does not include the HOMETEL,PYTHONPATH... But if in get my environment directly from the shell I get the environment file attached. Which looks like mark689's one.
I would appreciate any help on my issue. Thanks!
Thomas