Hi all,
I am playing now with the new version. I am having small problem. After making my geometry and input file with VNL/ATK I saved my file such as "input.py". The file after this is executable-running without a problem but when I wanted to open the same file with VNL again I am having this error:
The following error message was generated when running the script:
'function' object has no attribute 'isabs'
Typically this is caused by a syntax error or a spelling mistake; the message above should be helpful in correcting the issue in such cases.
Traceback (most recent call last):
File "./zipdir/NL/GUI/Tools/ScriptGenerator/ScriptGenerator.py", line 474, in dropReceiver
File "./zipdir/NL/NanoLanguage/ScopeExecuter.py", line 58, in execute
NLScopeExecutionError: 'function' object has no attribute 'isabs'
I didn't change a single letter in the file. It is created only with VNL.
Thank you very much in advance.