[Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Nov 19 16:28:05 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519
--- Comment #14 from Ruslan Makhmatkhanov <rm at FreeBSD.org> ---
Here is standalone chunk. Just run this in python3.5 interpreter:
>>> import gi
>>> gi.require_version('Gtk', '3.0')
>>> from gi.repository import Gtk
>>>
>>> tree = Gtk.Builder()
>>> tree.add_from_file('/usr/local/share/alacarte/alacarte.ui')
__main__:1: Warning: invalid (NULL) pointer instance
__main__:1: Warning: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE
(instance)' failed
__main__:1: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
Segmentation fault (core dumped)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list