ros-industrial-consortium / packml

ROS packml (https://en.wikipedia.org/wiki/PackML) support package
Apache License 2.0
9 stars 14 forks source link

ImportError: cannot import name QWidget #14

Closed AustinDeric closed 7 years ago

AustinDeric commented 7 years ago

when running rosrun packml_gui packml the following error occurs:

Traceback (most recent call last): File "{my workspace}/src/packml/packml_gui/scripts/packml", line 5, in from packml_gui.packml import Packml File "{my workspace}/src/packml/packml_gui/src/packml_gui/packml.py", line 25, in from python_qt_binding.QtGui import QWidget, QPalette ImportError: cannot import name QWidget