Hello,
I am trying to install V6P2 on windows as following :
- copy/paste TELEMAC from a PC to another ;
- Install python
-Download GCC
and then : compileTELEMAC.py -- clean
then i have this error message :
File "C:\TELEMAC\V6p2\pytel\compileTELEMAC.py", line 81, in getTree
tTree,rTree = getTree(use,libname,list,level,rebuild)
File "C:\TELEMAC\V6p2\pytel\compileTELEMAC.py", line 81, in getTree
tTree,rTree = getTree(use,libname,list,level,rebuild)
File "C:\TELEMAC\V6p2\pytel\compileTELEMAC.py", line 98, in getTree
if list[lname].get(function) == None:
RuntimeError: maximum recursion depth exceeded in cmp
Do you know where it could come from ? I think I add all the required environment variables.
PS : I know the V6P3 is available but I changed some module and subroutines of V6P2 and I still don't update this changes to the V6P3.
Thanks