Hi, i'm trying to get some sounds from phonon but i get stuck on this error message:
code: m_media=Phonon.MediaObject() m_media.setCurrentSource(Phonon.MediaSource("/home/me/Dj_Lixx_-_A_Taste_Of_Diversity.mp3")) audio_out=Phonon.AudioOutput(Phonon.MusicCategory) Phonon.createPath(m_media,audio_out) m_media.play() and i get error message: Phonon.createPath(m_media,audio_out) TypeError: argument 2 of createPath() has an invalid type what i'm doing wrong? Thanks for any suggestion, Dilinges
_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt