W
W
wolf-98302015-04-05 19:54:49
Python
wolf-9830, 2015-04-05 19:54:49

Why is Phonon not connecting?

I'm trying to connect the Phonon sound output library in this way:

from PyQt4 import QtGui,QtCore
from PyQt4.phonon import Phonon

And what I get in the terminal:
Traceback (most recent call last):
  File "player.py", line 6, in <module>
    from PyQt4.phonon import Phonon
ImportError: No module named phonon

Although I installed packages with phonon before, but still such an error, how to fix it?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question