OK, Violeta, there's probably nothing fundamentally wrong with your Python setup.
Next thing I suggest is that we check the compileTELEMAC.py file.
When you type the line starting
what is the current directory?
I would suggest that you should have the
pytel sub-directory of your TELEMAC source directory as the current one.
The other thing to try is opening the compileTELEMAC.py file with Notepad.
Check that the lines are a reasonable length (not all strung together, for instance).
The first few lines should be
!/usr/bin/env python
"""@author Sebastien E. Bourban and Noemie Durand
"""
"""@note ... this work is based on a collaborative effort between
The last few lines should be
# <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
# ~~~~ Jenkins' success message ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
else: print '\n\nMy work is done\n\n'
sys.exit()
Martin