When I use PyQt4, evrything seems to work well, but error occurs when
I use phonon of PySide.

Error message like this:
################################################1
Python 2.7.2+ (default, Oct  4 2011, 20:03:08)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PySide import phonon
Traceback (most recent call last):
  File "<console>", line 1, in <module>
ImportError: /usr/lib/python2.7/dist-packages/PySide/phonon.so:
undefined symbol: _ZTIN6Phonon19AbstractAudioOutputE
################################################2
Then I try it with PyQt4:
>>> from PyQt4 import phonon
>>>
No error occurs.
################################################3
I tried to use python2.6, but again error occurs.Can someone help me
to solve it?

Sorry for my poor English. Thanks in advance.
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to