PyQt 4.8.x is API compatible with Qt 4.7.1 That is what I use for my prebuilt packages on OSX
Also, while I haven't actually used phonon from within a Maya Qt environment, I'm guessing it might be similar to the other various Qt modules that are not bundled. I referred to it in my 2011 maya pyqt guide (at the end): http://www.justinfx.com/2011/01/07/installing-pyqt-for-maya-2011-osx/ You would have to copy the modules over and link to them. Its possible you need to do the same for phonon; building it and copying it over. On Mon, Jun 4, 2012 at 3:00 PM, jdob <[email protected]> wrote: > If you're on Linux, I'm afraid you may be out of luck. I believe Maya's > Qt build does not have phonon support. Can't confirm that the same is true > of Mac/Windows versions, but I would guess they're the same. > > > On Monday, June 4, 2012 2:08:50 PM UTC-7, loked wrote: >> >> Hey, I'm getting this error: >> >> # ImportError: DLL load failed: The specified procedure could not be >> found. # >> >> When I try to execute this in Maya 2012 >> >> import PyQt4.phonon >> >> It works fine in 2011. >> >> Here are the versions I'm using: >> QtCore.QT_VERSION >> # Result: 263427 # >> QtCore.PYQT_VERSION_STR >> # Result: '4.7.3' # >> >> Also, is there any other good alternatives to Phonon? >> >> Any help is appreciated! >> > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe > -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
