Karl Sturm
Karl Sturm
@arun3688 ```Python #!/usr/bin/env python3 import OMSimulator as oms oms.version ``` `'OMSimulator v2.1.1.post190-gcfb740c-linux'`
@arun3688 it's not about the script. even typing `oms.imp` in an interactive python session and using TAB-completion only yields `oms.importFile(`. Looking into the source, neither NewAPI.py, nor OMSimulator.py contain a...
@arun3688 That's why I created this issue. I use it exactly like the example you mention. The Python3 interpreter is not aware of any existence of "importSnapshot" because it is...