Hello all,
I tried compiling the trunk using python3 scripts and got repeated errors like the one shown below:
I am using WinPython 3.7.1.
Compiling with python27 scripts works fine.
Any suggestions would be very welcome.
Best Regards,
Costas
O:\>compile_telemac.py --clean -j1 -f O:\trunk\configs\systel_gfmsmpi.cfg -c gfmsmpi 1>compile_output_trunk_gfmsmpi.txt
Process ParaProcess-1: ] 0% | ---s
Traceback (most recent call last):
File "C:\Users\cyamin\WPy-3710\python-3.7.1.amd64\lib\multiprocessing\process.py", line 297, in _bootstrap
self.run()
File "O:\trunk\scripts\python3\utils\messages.py", line 314, in run
self.fct(*self.args)
File "O:\trunk\scripts\python3\utils\messages.py", line 259, in run_cmd
code.value = sp.call(exe, shell=True)
File "C:\Users\cyamin\WPy-3710\python-3.7.1.amd64\lib\subprocess.py", line 317, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\cyamin\WPy-3710\python-3.7.1.amd64\lib\subprocess.py", line 769, in __init__
restore_signals, start_new_session)
File "C:\Users\cyamin\WPy-3710\python-3.7.1.amd64\lib\subprocess.py", line 1113, in _execute_child
args = list2cmdline(args)
File "C:\Users\cyamin\WPy-3710\python-3.7.1.amd64\lib\subprocess.py", line 524, in list2cmdline
needquote = (" " in arg) or ("\t" in arg) or not arg
TypeError: argument of type 'int' is not iterable
- completed: ...trunk\sources\utils\special\declarations_special.F
Process ParaProcess-2: ] 0% | ---s