[Reportbug-commits] [reportbug] 01/22: gtk2_ui: correct UINotImportable message for Python 3 and g-i

Sandro Tosi morph at moszumanska.debian.org
Thu Dec 15 00:43:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit afb3f6958faaba481318df416e63758cb844ec72
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Dec 14 14:44:14 2016 +0000

    gtk2_ui: correct UINotImportable message for Python 3 and g-i
---
 reportbug/ui/gtk2_ui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 95f70c5..62deecf 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -34,7 +34,7 @@ try:
     import gobject
     import pango
 except ImportError:
-    raise UINotImportable('Please install the python-gtk2 package to use this interface.')
+    raise UINotImportable('Please install the python3-gi and gir1.2-gtk-3.0 packages to use this interface.')
 
 global vte
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list