Hi again,
I tried to investigate a little bit more what could be the problem, but without success.
I am just wondering if the fact of having both python 2.5 and 2.7 installed can cause disturbancies. Version 2.5 has been installed automatically with my ArcGIS installation, and I don't really know if I can uninstall it without causing troubles for ArcGIS...
I also would like to add the I have sucessfully installed version 6.2 on my personal computer with the same configuration (Win7, python 2.7 only, g95).
Facing this problem, I then decided of using the compiled 6.2 version instead. I downloaded the compiled version from the homepage, created PATH and SYSTELCFG variables and defined my systel.cfg file with config name [wintel].
When I want to run a case, I get the following error message:
C:\MODELES_2D\_test_v6p2\Svallning_K30>runcode.py telemac2d -s cas_K30
Traceback (most recent call last):
File "C:\opentelemac\v6p2\wintel\pytel\runcode.py", line 105, in <module>
from utils.files import getFileContent,putFileContent,removeDirectories,isNe
wer
ImportError: No module named utils.files
As it is unclear in the installation instructions if one should skip the compilation if using a compiled version, i tried to run compileTELEMAC.py but i got a similar message:
C:\Users\plli>compileTELEMAC.py
Traceback (most recent call last):
File "C:\opentelemac\v6p2\wintel\pytel\compileTELEMAC.py", line 59, in <module
>
from parsers.parserFortran import scanSources
ImportError: No module named parsers.parserFortran
I also attach my two systel files corresponding to both configurations:
systel.cfg for compiled version
systel.wintelg95.cfg for g95 version
Here again, any help would be much appreciated!
PL