On Wednesday 07 July 2010, Zoltan Szalai wrote: > what about PyQt4\examples\phonon? > > David Boddie wrote: > > PyQt doesn't appear to have any Phonon examples written in Python and, > > from memory, I think the only one supplied with Qt is actually a demo.
One of those examples is a music player and the other only shows the capabilities of the media backend on the user's machine. The capabilities.py example is useful because it should show whether QuickTime is supported by the user's system. You may be able to download codecs on certain systems that will enable the media backend to play QuickTime files. Where you get those from and how they are installed depends on the system in use. David _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
