On 30/01/17 12:59 AM, Andreas Ronnquist wrote:
On Mon, 30 Jan 2017 00:37:42 -0500,
Frank M<debianl...@videotron.ca> wrote:
Tried to file a bug today using reportbug but it crashed:
Traceback (most recent call last):
File "/usr/bin/reportbug", line 2233, in <module>
main()
File "/usr/bin/reportbug", line 1084, in main
if newui.initialize():
File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line
1580, in initialize gi.require_version('Vte', '2.91')
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 118, in
require_version raise ValueError('Namespace %s not available' %
namespace)
ValueError: Namespace Vte not available
Does this look familiar to anyone ?
I am running 64 bit stretch and reportbug is the latest version.
See #851968 [1] - you will need to install the packages gir1.2-vte-2.91
and python3-gi-cairo for the GTK+ interface to work.
1 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851968
-- Andreas Rönnquist
mailingli...@gusnan.se
gus...@openmailbox.org
That solved it. I had python3-gi-cairo but was missing the second
package.
Thank you.