Version: (using KDE 4.3.5) Compiler: gcc (SUSE Linux) 4.4.1 [gcc-4_4-branch revision 150839] OS: Linux Installed from: openSUSE RPMs The following python code: <code> from PyQt4.QtGui import QApplication from PyKDE4.phonon import Phonon app= QApplication ([]) media= Phonon.MediaObject () ao= Phonon.AudioOutput (Phonon.MusicCategory, app) Phonon.createPath (media, ao) </code> results in this error message: Phonon.createPath(self.mediaObject, self.audioOutput) TypeError: argument 2 of createPath() has an invalid type One can see this when trying to start a stream within the plasmoid SimpleStream. Link: http://kde-look.org/content/show.php/SimpleStream?content=112825 It's possibly the same problem already mentioned here long time ago: http://www.mail-archive.com/pyqt@riverbankcomputing.com/msg15603.html
Sorry, lost a line in the code. Please add app.setApplicationName("anyName") after app= QApplication ([]) The names in the error message are also wrong, but that doesn't matter. Simple copy'n'pase error...
this has nothing to do with KDevelop, please pay attention where you report your bugs
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Hello, unfortunately this bug is being closed as unmaintained, per request of einar77.