Your message dated Sun, 12 Feb 2012 17:15:45 -0500 with message-id <4999098.jcBX2zc0f0@scott-latitude-e6320> and subject line Fixed upstream in 4.9.1 has caused the Debian Bug report #659219, regarding python-qt4-doc: examples/webkit/fancybrowser/fancybrowser.py requires import of jquery_rc 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.) -- 659219: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659219 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-qt4-doc Version: 4.9-2 Severity: minor Tags: patch I try to execute the webkit example fancybrowser. $ python /usr/share/doc/python-qt4-doc/examples/webkit/fancybrowser/fancybrowser.py Traceback (most recent call last): File "/usr/share/doc/python-qt4-doc/examples/webkit/fancybrowser/fancybrowser.py", line 46, in <module> import jquery_rc ImportError: No module named jquery_rc when uncommenting the import statement (see diff attached), the web browser works well. Cheers, Achim -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-0.bpo.1-686-pae (SMP w/1 CPU core) Locale: LANG=en_NZ.utf8, LC_CTYPE=en_NZ.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-qt4-doc depends on: ii libjs-jquery 1.7.1-1 python-qt4-doc recommends no packages. Versions of packages python-qt4-doc suggests: pn qt4-doc <none> -- no debconf information--- /usr/share/doc/python-qt4-doc/examples/webkit/fancybrowser/fancybrowser.py 2011-12-22 22:22:57.000000000 +1300 +++ fancybrowser/fancybrowser.py 2012-02-09 21:57:11.000000000 +1300 @@ -43,7 +43,7 @@ from PyQt4 import QtCore, QtGui, QtNetwork, QtWebKit -import jquery_rc +#import jquery_rc class MainWindow(QtGui.QMainWindow):
--- End Message ---
--- Begin Message ---
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

