Path: csiph.com!news.fcku.it!bofh.it!tornado.fastwebnet.it!53ab2750!not-for-mail Subject: Re: Gtk3 References: Newsgroups: it.comp.lang.python From: Smith Message-ID: <573C14C4.9060303@smith.it> User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Lines: 35 Date: Wed, 18 May 2016 09:07:48 +0200 NNTP-Posting-Host: 93.56.76.235 X-Complaints-To: newsmaster@fastweb.it X-Trace: tornado.fastwebnet.it 1463555268 93.56.76.235 (Wed, 18 May 2016 09:07:48 CEST) NNTP-Posting-Date: Wed, 18 May 2016 09:07:48 CEST Xref: csiph.com it.comp.lang.python:7664 On 17/05/2016 15:41, Alessandro Pellizzari wrote: > On 17/05/2016 14:09, Smith wrote: > >> import gi >> gi.require_version('Gtk','3.0') >> from gi.overrides import Gtk > > Non programmo in python e gtk da una vita, ma perchè usi gi.overrides e > non gi.repository? > > Bye. > > tree /usr/lib/python3/dist-packages/gi/overrides /usr/lib/python3/dist-packages/gi/overrides ├── Gdk.py ├── GIMarshallingTests.py ├── Gio.py ├── GLib.py ├── GObject.py ├── Gtk.py ├── __init__.py ├── keysyms.py ├── Pango.py └── __pycache__ ├── Gdk.cpython-35.pyc ├── GIMarshallingTests.cpython-35.pyc ├── Gio.cpython-35.pyc ├── GLib.cpython-35.pyc ├── GObject.cpython-35.pyc ├── Gtk.cpython-35.pyc ├── __init__.cpython-35.pyc ├── keysyms.cpython-35.pyc └── Pango.cpython-35.pyc