<div dir="ltr"><div><div>Hello again,</div><div>     I'm running the <u>JdeRobot/src/tools/uav_viewer_py/uav_viewer.py</u> which gives the following error that module Ice is not found:</div><div><br></div><div>  File "./uav_viewer.py", line 23, in <module></div><div>    import easyiceconfig as EasyIce</div><div>  File "/usr/lib/python3.5/easyiceconfig/__init__.py", line 8, in <module></div><div>    from .easyiceconfig import *</div><div>  File "/usr/lib/python3.5/easyiceconfig/easyiceconfig.py", line 23, in <module></div><div>    import Ice</div><div>ImportError: No module named 'Ice'</div><div><br></div><div>Is this because Ice is being imported in python3. When I changed it to use python 2, I got the error that module qfi was not found.</div></div><div><br></div><div><br></div>Running the installed version of uav_viewer_py with <div>  >   uav_viewer_py uav_viewer_py.cfg</div><div><br></div><div> gives the following error:</div><div><br><div>  File "/usr/local/share/jderobot/python/uav_viewer_py/uav_viewer.py", line 30, in <module></div><div>    from gui.GUI import MainWindow</div><div>  File "/usr/local/share/jderobot/python/uav_viewer_py/gui/GUI.py", line 28, in <module></div><div>    from gui.sensorsWidget import SensorsWidget</div><div>  File "/usr/local/share/jderobot/python/uav_viewer_py/gui/sensorsWidget.py", line 24, in <module></div><div>    from qfi import qfi_ADI, qfi_ALT, qfi_SI, qfi_HSI</div><div>ImportError: No module named qfi</div></div><div><br></div><div>This seems to be related to <a href="https://github.com/JdeRobot/JdeRobot/issues/738">this issue</a>. How should I get it running?<br></div><div><br></div><div>Please help.</div></div>