Hello,
I followed instructions posted by z.sdqy (thanks for sharing the procedure!!) but when I try to compile this happens:
C:\opentelemac-mascaret\v8p1r0>compile_telemac.py
Traceback (most recent call last):
File "C:\opentelemac-mascaret\v8p1r0\scripts\python3\compile_telemac.py", line 15, in <module>
from compilation.compil_tools import compile_api_files, \
File "C:\opentelemac-mascaret\v8p1r0\scripts\python3\compilation\compil_tools.py", line 17, in <module>
from utils.files import create_directories, put_file_content, is_newer
File "C:\opentelemac-mascaret\v8p1r0\scripts\python3\utils\files.py", line 51, in <module>
from urllib.request import urlopen
ImportError: No module named request
C:\opentelemac-mascaret\v8p1r0>
Anyone may help me to solve this problem?