On Wed, 14 Dec 2016 at 09:21:27 -0500, Sandro Tosi wrote: > > The replacement for python-vte is: > > > > Depends: python3-gi, gir1.2-vte-2.91 > > > > import gi > > gi.require_version('Vte', '2.91') > > from gi.repository import Vte > > Thanks Simon, i'll have a look at it again (but i kinda feel that was > not the only issue with vte or other GTK+ APIs usage, but it's a > start)
I've sent a patch series to #651590 which worked in at least basic testing (fixing gaps in pygtkcompat's compatibility shims, and moving towards using Gtk via g-i directly instead of via pygtkcompat). S