Hey,
I have tried for the first time to install Télémac in Python script and I have some difficulty
First of all, I have succeed the compilation but I can do it only in the file Pytel, somewhere else I can't running CompileTELEMAC.py.
Secondly, I can't run a simulation because Python can't open runcode.py like you can see on the two examples below:
D:\Affaires\modele_2D_v3_fichiers_de_base>python runcode.py telemac2d cas
Python: can't open file 'runcode.py': [Errno 2] No such file or directory
C:\TELEMAC\V6P2\pytel>python runcode.py telemac2d cas
Traceback (most recent call last):
File "runcode.py", line 107, in <module>
from parsers.parserKeywords import scanCAS,readCAS,rewriteCAS,scanDICO,getKeyWord,setKeyValue,getIOFilesSubmit
ImportError: No module named parserKeywords
On the one hand, I am not sure it is the right command line to launch a simulation with Python.
On the other hand, I supposed it miss me an environment variables to launch a simulation from everywhere but I don't know which one?
In my path, I have:
C:\TELEMAC\V6P2\pytel;
C:\Program Files\Intel\Compiler\11.0\061\fortran\mkl\ia32\bin;
C:\Program Files\Intel\Compiler\11.0\061\fortran\Bin\IA32;
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;
C:\Program Files\Microsoft Visual Studio 8\VC\bin;
D:\Affaires\TELEMAC32\telemac_v6p0\mpich2\bin;
C:\TELEMAC\V6P2\bin;
C:\Python27
I join my systel.cfg maybe it can help
Thank for your help
Regards
Marine