Your message dated Sat, 1 Oct 2016 03:49:25 +0200
with message-id <[email protected]>
and subject line Re: gir1.2-gtk-3.0: Gtk.FlowBox missing bind_model method in
Python
has caused the Debian Bug report #816461,
regarding gir1.2-gtk-3.0: Gtk.FlowBox missing bind_model method in Python
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
816461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816461
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gir1.2-gtk-3.0
Version: 3.18.8-1
Severity: normal
Dear Maintainer,
Gtk.FlowBox should have the method "bind_model", which is new as of GTK 3.18.
Doc can be found here:
https://developer.gnome.org/gtk3/stable/GtkFlowBox.html#gtk-flow-box-bind-model
However that method seems to be missing in Python:
>>> from gi.repository import Gtk
>>> Gtk.FlowBox().bind_model()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'FlowBox' object has no attribute 'bind_model'
Best I can tell is this is a GI problem, but that's where my knowledge and
guessing end.
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages gir1.2-gtk-3.0 depends on:
ii gir1.2-atk-1.0 2.18.0-1
ii gir1.2-freedesktop 1.46.0-4
ii gir1.2-gdkpixbuf-2.0 2.32.3-1.2
ii gir1.2-glib-2.0 1.46.0-4
ii gir1.2-pango-1.0 1.38.1-1
ii libgirepository-1.0-1 1.46.0-4
ii libgtk-3-0 3.18.8-1
ii libgtk-3-common 3.18.8-1
gir1.2-gtk-3.0 recommends no packages.
gir1.2-gtk-3.0 suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.22.0-1
On Tue, 01 Mar 2016 19:16:06 -0500 Ritchie Wilson <[email protected]>
wrote:
> Package: gir1.2-gtk-3.0
> Version: 3.18.8-1
> Severity: normal
>
> Dear Maintainer,
>
> Gtk.FlowBox should have the method "bind_model", which is new as of GTK 3.18.
> Doc can be found here:
> https://developer.gnome.org/gtk3/stable/GtkFlowBox.html#gtk-flow-box-bind-model
> However that method seems to be missing in Python:
>
> >>> from gi.repository import Gtk
> >>> Gtk.FlowBox().bind_model()
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> AttributeError: 'FlowBox' object has no attribute 'bind_model'
>
Works fine here with 3.22.0-1, so I'm closing this bug report.
If you still run into issues with that version, please let us know and
we will reopen the bug report.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---