[JdeRobot] No module named qfi/ Ice on running uav_viewer.py
Shivang Tripathi
xshivangx at gmail.com
Wed Apr 19 16:45:32 CEST 2017
Hello again,
I'm running the *JdeRobot/src/tools/uav_viewer_py/uav_viewer.py* which
gives the following error that module Ice is not found:
File "./uav_viewer.py", line 23, in <module>
import easyiceconfig as EasyIce
File "/usr/lib/python3.5/easyiceconfig/__init__.py", line 8, in <module>
from .easyiceconfig import *
File "/usr/lib/python3.5/easyiceconfig/easyiceconfig.py", line 23, in
<module>
import Ice
ImportError: No module named 'Ice'
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.
Running the installed version of uav_viewer_py with
> uav_viewer_py uav_viewer_py.cfg
gives the following error:
File "/usr/local/share/jderobot/python/uav_viewer_py/uav_viewer.py", line
30, in <module>
from gui.GUI import MainWindow
File "/usr/local/share/jderobot/python/uav_viewer_py/gui/GUI.py", line
28, in <module>
from gui.sensorsWidget import SensorsWidget
File
"/usr/local/share/jderobot/python/uav_viewer_py/gui/sensorsWidget.py", line
24, in <module>
from qfi import qfi_ADI, qfi_ALT, qfi_SI, qfi_HSI
ImportError: No module named qfi
This seems to be related to this issue
<https://github.com/JdeRobot/JdeRobot/issues/738>. How should I get it
running?
Please help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://gsyc.urjc.es/pipermail/jde-developers/attachments/20170419/ef599ede/attachment.html>
More information about the Jde-developers
mailing list