I checked out your file and edited mine accordingly. However, during the compiling process I am getting this error:
...
File "C:\opentelemac\pytel\compileTELEMAC.py", line 81, in getTree
tTree,rTree = getTree(use,libname,list,level,rebuild)
File "C:\opentelemac\pytel\compileTELEMAC.py", line 98, in getTree
if list[lname].get(function) == None:
RuntimeError: maximum recursion depth exceeded in cmp
Do you have any idea what could be wrong? Thanks a bunch for your help.