Description of problem: trying to run programme from http://techbase.kde.org/Development/Tutorials/Phonon/Introduction/Python It fails with missing import from PyQt4.phonon import Phonon Checking what's install there seems to be no phonon modules installed as part of PyQT4 but as part of pykde4. from PyKDE4.phonon import Phonon works Why has this been moved as the PYQT4 website implies it should be in pyqt4. I am working on an application which runs on all platforms so this could be a problem for me. Version-Release number of selected component (if applicable): How reproducible: Every time Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This won't be resolved until PyQt-4.5 is available, as we are using *kde*'s phonon, not qt's older phonon.
I think I may be able to fix this for PyQt-4-4... looking at it now.
ok, recent qt+phonon fixes actually makes the phonon bindings buildable again (didn't test fuctionality).
Please test this build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1321376
Check sample code with failed this morning. Both worked. Have no samples to play video but video avi and flv play sound. A music same plays mp3 fine.
PyQt4-4.4.4-6.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/PyQt4-4.4.4-6.fc10
PyQt4-4.4.4-6.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/PyQt4-4.4.4-6.fc9
PyQt4-4.4.4-6.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update PyQt4'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-4076
PyQt4-4.4.4-6.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.
PyQt4-4.4.4-6.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.