Jul-02-2021, 09:57 AM
Finally success! Maybe Python version is the key? I've used python-2.7.9.msi version. It doesn't work with python3 and probably with other version then 2.7.9.
The only change I've made was modifing ccss2edr.py by removing dots:
And I recommend to use newer version of script (with more display types) from: https://github.com/mironovd/ccss2edr
Thanks for help.
The only change I've made was modifing ccss2edr.py by removing dots:
from .cgats import CGATS -> from cgats import CGATS from .edr import ( -> from edr import (Then I could execute script without installation. For example: python ccss2edr.py --tech-type 2 crt.ccss crt.edr (--tech-type number you can find in edr.py file).
And I recommend to use newer version of script (with more display types) from: https://github.com/mironovd/ccss2edr
Thanks for help.