Dear Gionata, On Tuesday 16 November 2010, 21:34:18 Gionata Boccalini wrote: > Hi everyone, first post to this mailing list! > I have been having a problem importing Phonon module in a PyQt GUI > application. The result is > > >>> from PyQt4 import Phonon > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: cannot import name Phonon > > I am using opensuse 11.3 with python v2.6.5, Qt v4.6.3 and PyQt > v4.7.3, precompiled from the standard repo. I know about a bug in > PyQt package in opensuse, which doesn't include the phonon module!!! > Thus how can I get it?? Do I have to build Pyqt from source?? Will > that fix my problem?? Thanks!!!!!!!!!!!!!!!!!!
You may want to try mine: http://download.opensuse.org/repositories/home:/frispete:/PyQt/openSUSE_11.3/ Depending on your KDE/Qt version, I've other flavors as well, e.g. if you want to Qt 4.7.1, you should add the KDE:Distro:Factory repo (and you will get KDE 4.5.3 for free ;-) ).. All it took was adding the missing phonon{,-devel} dependencies, BTW. If you use these packages, a short note would be nice (even for the successful case), thanks. Pete _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
