Hi, I have a problem with the Phonon, i can't import it from PySide, it gives the following error : How can i fix this ? I'm using Python 2.7.2 and PySide 1.0.7. thanks.
>>> from PySide.phonon import Phonon Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /usr/lib/python2.7/dist-packages/PySide/phonon.so: undefined symbol: _ZTIN6Phonon19AbstractAudioOutputE >>> PySide.__version__ '1.0.7' >>>
_______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
