Sven Joachim wrote: > songbird wrote: > >> anyone else seeing this? >> >> $ reportbug >> Traceback (most recent call last): >> File "/usr/bin/reportbug", line 2234, 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 1778, >> 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 > > This seems to be bug #854405[1], allegedly fixed in reportbug 7.1.5. > > Cheers, > Sven > > > 1. https://bugs.debian.org/854405
thank you. :) i read through the bug reports for reportbug and didn't see anything that looked like what i was hitting. now with installed missing package reportbug crashes with: TypeError: Couldn't find foreign struct converter for 'cairo.Context' missing some other piece... upgraded to unstable version of reportbug. worked. thank you again, songbird