I am trying to get Telemac v7p1r0 working on a Windows 7 machine. When I run a test case I get the following error. Does anyone know what is wrong?
Q:\test>telemac2d.py testcase.cas
Loading Options and Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_____ __ ___
|___ | /_ | / _ \
__ __ _/ / _ __ | | _ __ | | | |
\ \ / / |_ _| | '_ \ | || '__|| | | |
\ V / / / | |_) | | || | | |_| |
\_/ /_/ | .__/ |_||_| \___/
| |
|_|
_ _ _____ ____ ___ _____
_| || |_ |___ ||___ \ |__ \ |___ |
_ __ ___ __ __ |_ __ _| _/ / __) | ) | _/ /
| '__| / _ \\ \ / / _| || |_ |_ _| |__ < / / |_ _|
| | | __/ \ V / _ |_ __ _| / / ___) | / /_ / /
|_| \___| \_/ (_) |_||_| /_/ |____/ |____| /_/
... parsing configuration file: C:\opentelemac-mascaret\v7p1r0\configs\systel.ci
s.cfg
Running your CAS file for:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+> configuration: win7telsdbg
+> root: C:\opentelemac-mascaret\v7p1r0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
... reading the main module dictionary
_____________
runcode::main:
:
uncontroled error from python:: IndexError('string index out of range',)
~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "C:\opentelemac-mascaret\v7p1r0\scripts\python27\runcode.py", line 1604,
in main
runCAS(cfgname,cfg,codeName,casFiles,options)
File "C:\opentelemac-mascaret\v7p1r0\scripts\python27\runcode.py", line 849, i
n runCAS
frgb,dico = scanDICO(dicoFile)
File "C:\opentelemac-mascaret\v7p1r0\scripts\python27\parsers\parserKeywords.p
y", line 353, in scanDICO
if proc.group('val')[0] == "'":
IndexError: string index out of range
~~~~~~~~~~~~~~~~~~