ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I am having the same error.

I am having had the same error.error:

> Traceback (most recent call last):  
> File
> "/opt/ros/indigo/lib/rqt_plot/rqt_plot",
> line 6, in <module>
>     from rqt_plot.plot import Plot   File
> "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/plot.py",
> line 43, in <module>
>     from .data_plot import DataPlot ImportError: No module named data_plot

I solved it with a very 'hacky' solution. I downloaded the github repository rqt_common_plugins which contains the source for rqt_plot. The for this can be found on the rqt_plot roswiki page. Form there located the data_plot directory in that repository in:

rqt_common_plugins/rqt_plot/src/rqt_plot/

and copied it in the following directory on my system:

/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/

The module seems to be working right now with this fix.

I had the same error:

> Traceback (most recent call last):  
> File
> "/opt/ros/indigo/lib/rqt_plot/rqt_plot",
> line 6, in <module>
>     from rqt_plot.plot import Plot   File
> "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/plot.py",
> line 43, in <module>
>     from .data_plot import DataPlot ImportError: No module named data_plot

I solved it with a very 'hacky' solution. I downloaded the github repository rqt_common_plugins which contains the source for rqt_plot. The for link this can be found on the rqt_plot roswiki page. Form there here I located the data_plot directory in that repository in:

rqt_common_plugins/rqt_plot/src/rqt_plot/

and copied it in the following directory on my system:

/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/

The module seems to be working right now with this fix.

I had the same error:

> Traceback (most recent call last):  
> File
> "/opt/ros/indigo/lib/rqt_plot/rqt_plot",
> line 6, in <module>
>     from rqt_plot.plot import Plot   File
> "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/plot.py",
> line 43, in <module>
>     from .data_plot import DataPlot ImportError: No module named data_plot

I solved it with a very 'hacky' solution. I downloaded the github repository rqt_common_plugins which contains the source for rqt_plot. The link for link this can be found on the rqt_plot roswiki page. Form here I located the data_plot directory in that repository in:

rqt_common_plugins/rqt_plot/src/rqt_plot/

and copied it in the following directory on my system:

/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/

The module seems to be working right now with this fix.

I had the same error:

> Traceback (most recent call last):  
> File
> "/opt/ros/indigo/lib/rqt_plot/rqt_plot",
> line 6, in <module>
>     from rqt_plot.plot import Plot   File
> "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/plot.py",
> line 43, in <module>
>     from .data_plot import DataPlot ImportError: No module named data_plot

I solved it with a very 'hacky' solution. I downloaded the github repository rqt_common_plugins which contains the source for rqt_plot. The link for this can be found on the rqt_plot roswiki page. Form From here I located the data_plot directory in that repository in:

rqt_common_plugins/rqt_plot/src/rqt_plot/

and copied it in the following directory on my system:

/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/

The module seems to be working right now with this fix.