Hi Mr Schaub. Thaks for the quick answer. I do have the "vizInterface" file:
```
basilisk/dist3/Basilisk/simulation (develop)$ ls | grep "vizInterface"
vizInterface.py
vizInterfacePYTHON_wrap.cxx
_vizInterface.so
```
I remove the try...except statement form vizInterface import to get the full exception message, and this is what I got:
```
$ python scenarioBasicOrbit.py
scenarioBasicOrbit
Traceback (most recent call last):
File "/home/henry/SATELLOGIC_REPOS/OTHERS/basilisk/dist3/Basilisk/simulation/vizInterface.py", line 18, in swig_import_helper
return importlib.import_module(mname)
File "/home/henry/SATELLOGIC_REPOS/OTHERS/basilisk/venv/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 670, in _load_unlocked
File "<frozen importlib._bootstrap>", line 583, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1043, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError: /home/henry/SATELLOGIC_REPOS/OTHERS/basilisk/dist3/Basilisk/simulation/_vizInterface.so: undefined symbol: _ZNK6google8protobuf7Message11GetTypeNameB5cxx11Ev
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/henry/SATELLOGIC_REPOS/OTHERS/basilisk/dist3/Basilisk/utilities/vizSupport.py", line 42, in <module>
from Basilisk.simulation import vizInterface
File "/home/henry/SATELLOGIC_REPOS/OTHERS/basilisk/dist3/Basilisk/simulation/vizInterface.py", line 21, in <module>
_vizInterface = swig_import_helper()
File "/home/henry/SATELLOGIC_REPOS/OTHERS/basilisk/dist3/Basilisk/simulation/vizInterface.py", line 20, in swig_import_helper
return importlib.import_module('_vizInterface')
File "/home/henry/SATELLOGIC_REPOS/OTHERS/basilisk/venv/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_vizInterface'
```
So I think that there might be a problem in _vizInterface.so object.