Hieveryone,
I'm taking back an old V7P1 model.
It worked very well a few weeks ago.
In the meantime I have installed the V8P4. Since then, all my old versions of TELEMAC have crashed with this error message:
SyntaxError: Missing paretheses in call to 'print'. Did you mean print(' +> simulation en Francais')?
My CAS is written in French.
The model runs on another machine on which I have not installed V8P4.
My understanding is that it comes from using Python3 instead of Python2.7. But if that's the case, I don't know how to check or correct it?
And above all, without causing problems for Python V8P4
Nice !
The Target identified in the shorcut use to open the cmd windows :
C:\Windows\SysWOW64\cmd.exe /E:ON /V:ON /K "C:\TELEMAC\V7P1.bat"
The BAT use to V7P1 :
echo off
set VTEL=V7P1
set SYSTELCFG=C:\TELEMAC\%VTEL%\configs
set PATH=%PATH%;c:\telemac\%vtel%\scripts\python27
set PATH=%PATH%;c:\telemac\mpi\bin
set PATH=%PATH%;c:\telemac\outils\matrub\bin
set PATH=%PATH%;c:\telemac\outils
set PATH=%PATH%;c:\python27
set PATH=C:\TELEMAC\TDM-GCC-64\bin;%PATH%
set PROMPT=V7P1_$P$G
echo on
Hoping you could help me,
Thanks,
Laurie