Your message dated Wed, 02 May 2012 00:23:15 -0400
with message-id <2313369.6Y9jWFBpRB@scott-latitude-e6320>
and subject line Not a bug
has caused the Debian Bug report #523149,
regarding Qt WebKit: Can't get whole site content
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
523149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523149
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-qt4
Version: 4.4.2-4
Severity: normal
Hi,
when trying to read the HTML source code of a site via QWebFrame.toHtml(), I
can only get the `head`-element.
Code to reproduce:
from PyQt4 import QtCore, QtGui, QtWebKit
import sys
app = QtGui.QApplication(sys.argv)
webview = QtWebKit.QWebView()
webview.load(QtCore.QUrl('http://www.google.com/'))
def print_content():
print webview.page().mainFrame().toHtml()
QtCore.QObject.connect(webview, QtCore.SIGNAL('urlChanged(QUrl)'),
print_content)
webview.show()
app.exec_()
...shows this:
~$ python test.py
<html><head><meta http-equiv="content-type" content="text/html;
charset=UTF-8"><title>Google</title></head></html>
...but I would like to see the whole content, because the documentation says:
"Returns the frame's content, converted to HTML."
Regards
Sebastian
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-486
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-qt4 depends on:
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libgcc1 1:4.3.3-3 GCC support library
ii libqt4-assistant 4.5.0-2 Qt 4 assistant module
ii libqt4-designer 4.5.0-2 Qt 4 designer module
ii libqt4-help 4.5.0-2 Qt 4 help module
ii libqt4-network 4.5.0-2 Qt 4 network module
ii libqt4-script 4.5.0-2 Qt 4 script module
ii libqt4-svg 4.5.0-2 Qt 4 SVG module
ii libqt4-test 4.5.0-2 Qt 4 test module
ii libqt4-webkit 4.5.0-2 Qt 4 WebKit module
ii libqt4-xml 4.5.0-2 Qt 4 XML module
ii libqt4-xmlpatterns 4.5.0-2 Qt 4 XML patterns module
ii libqtcore4 4.5.0-2 Qt 4 core module
ii libqtgui4 4.5.0-2 Qt 4 GUI module
ii libstdc++6 4.3.3-3 The GNU Standard C++ Library v3
ii python 2.5.4-2 An interactive high-level object-o
ii python-central 0.6.11 register and build utility for Pyt
ii python-elementtree 1.2.6-12 Light-weight toolkit for XML proce
ii python-qt4-common 4.4.2-4 Shared files for PyQt4
ii python-sip4 4.7.6-1 Python/C++ bindings generator runt
ii python2.5 2.5.4-1 An interactive high-level object-o
python-qt4 recommends no packages.
Versions of packages python-qt4 suggests:
pn python-qt4-dbg <none> (no description available)
-- no debconf information
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört?
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123
--- End Message ---
--- Begin Message ---
I think based on the feedback in the report this is not a bug. If you think
this is in error, please reopen it and explain why.
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team