Date: Thu, 19 Nov 2015 16:28:04 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version Message-ID: <bug-204519-21822-uSoGSKWkbO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204519-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-204519-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519 --- Comment #14 from Ruslan Makhmatkhanov <rm@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204519-21822-uSoGSKWkbO>