Re: python3 reportbug in experimental: call for testing

2016-12-15 Thread Sandro Tosi
On Thu, Dec 15, 2016 at 2:41 PM, Andrey Rahmatullin wrote: > On Wed, Dec 14, 2016 at 04:48:31PM +, Simon McVittie wrote: >> 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 d

Re: python3 reportbug in experimental: call for testing

2016-12-15 Thread Andrey Rahmatullin
On Wed, Dec 14, 2016 at 04:48:31PM +, Simon McVittie wrote: > 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). This is what I get with 7.1

Re: python3 reportbug in experimental: call for testing

2016-12-14 Thread Sandro Tosi
On Wed, Dec 14, 2016 at 11:48 AM, Simon McVittie wrote: > 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). That's amazing Simon, thanks a to

Re: python3 reportbug in experimental: call for testing

2016-12-14 Thread Simon McVittie
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 (bu

Re: python3 reportbug in experimental: call for testing

2016-12-14 Thread Sandro Tosi
> 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

Re: python3 reportbug in experimental: call for testing

2016-12-14 Thread Simon McVittie
On Wed, 14 Dec 2016 at 08:50:30 -0500, Sandro Tosi wrote: > > I took a try and the error message is broken as well. It suggests that the > > user > > should install python-vte (Python 2 version!), which is misleading and > > useless. > > Also there is no such a package like "python3-vte". > > i

Re: python3 reportbug in experimental: call for testing

2016-12-14 Thread Sandro Tosi
> Now that reportbug 6.x is working well and reportbug 7.x is broken with GUI, > wouldn't it be better if we just let reportbug 6 enter stretch? No. Either someone step up and volunteer to maintain the GTK+ interface, or it will simply die. that's how things evolve > I took a try and the error me

Re: python3 reportbug in experimental: call for testing

2016-12-14 Thread Andrey Rahmatullin
On Wed, Dec 14, 2016 at 04:50:52PM +0800, Boyuan Yang wrote: > Also, I didn't find a way to start a ncurses frontend. Neither the > --help message > nor the man page mentioned it. It's called urwid, manpage mentions it. -- WBR, wRAR signature.asc Description: PGP signature

Re: python3 reportbug in experimental: call for testing

2016-12-14 Thread Emilio Pozuelo Monfort
On 14/12/16 09:22, Emilio Pozuelo Monfort wrote: > Hi Sandro, > > On 14/12/16 00:40, Sandro Tosi wrote: >> i intend to upload reportbug 7.x series (python3 only) to unstable >> this coming weekend, so it'd be really great if you could give it a >> shot from experimental before then -- thanks!! >

Re: python3 reportbug in experimental: call for testing

2016-12-14 Thread Boyuan Yang
2016-12-02 6:00 GMT+08:00 Sandro Tosi : > Hello, > reportbug has been ported to python3 and it landed in experimental. Whenever > you have a chance, please test and report any bugs/broken functionalities > you might find. > > I'm sure there are several parts no longer working, for sure the GTK+ UI

Re: python3 reportbug in experimental: call for testing

2016-12-14 Thread Emilio Pozuelo Monfort
Hi Sandro, On 14/12/16 00:40, Sandro Tosi wrote: > i intend to upload reportbug 7.x series (python3 only) to unstable > this coming weekend, so it'd be really great if you could give it a > shot from experimental before then -- thanks!! I've been using it (the ncurses interface) since you uploade

Re: python3 reportbug in experimental: call for testing

2016-12-13 Thread Sandro Tosi
i intend to upload reportbug 7.x series (python3 only) to unstable this coming weekend, so it'd be really great if you could give it a shot from experimental before then -- thanks!! On Thu, Dec 1, 2016 at 5:00 PM, Sandro Tosi wrote: > Hello, > reportbug has been ported to python3 and it landed in