Hi,

2011/10/21 Tayfun Kayhan <tayfun92_kay...@yahoo.com>:
> 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

This looks like your Phonon library that you are using is different
from the one PySide was compiled against. Recompiling PySide against
the correct version of Phonon should fix the problem.

HTH.
Thomas
_______________________________________________
PySide mailing list
PySide@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

Reply via email to