[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] audio tags in QWebview
From:       Phil Thompson <phil () riverbankcomputing ! com>
Date:       2012-02-16 18:44:25
Message-ID: 47d122877b1bacbfc7c1dcf7a5411f18 () localhost
[Download RAW message or body]

On Thu, 16 Feb 2012 19:33:42 +0100, Peter Bienstman
<Peter.Bienstman@ugent.be> wrote:
> Hi,
> 
> Upon upgrading to PyQt 4.9.1 Python 2.7 Win 32 bit from PyQt 4.8.6-1,
> audio 
> tags in QWebview no longer work:
> 
> import sys
> from PyQt4 import QtWebKit, QtGui
>  
> a = QtGui.QApplication(sys.argv)
> w = QtWebKit.QWebView()
> w.setHtml("audio test<audio src='file:///C:/test.mp3' controls
autoplay>")
> w.show()
> a.exec_()
> 
> The control is not displayed, and there is no sound to be heard...
> 
> This is probably related:
> 
> https://bugreports.qt-project.org/browse/QTBUG-22883
> 
> Since PyQt seems to bundle its own version of Qt, I was wondering if
it's 
> somehow possible for PyQt to fix this without waiting for a new Qt
release?
> 
> Thanks for looking into this!

It's not clear from the bug report what the fix is. If it just needs extra
libraries added to the installer then it could be fixed. If it needs
changes to the Qt source code then it won't.

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic