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

Qt Multimedia

asked 2017-02-26 23:36:50 -0500

inkspell4 gravatar image

I cannot seem to import QtMultimedia widgets and other items into my python script with the following line:

from python_qt_binding.QtMultimedia import *

is QtMultimedia not included in the python_qt_bindings?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-02-27 01:17:08 -0500

ahendrix gravatar image

It looks like it's listed, but it's optional: https://github.com/ros-visualization/... . I've tried import PyQt4.QtMultimedia but it doesn't work either, so I suspect this is actually QtMultimedia missing from PyQt4

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-02-26 23:36:50 -0500

Seen: 528 times

Last updated: Feb 26 '17