Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.python > #7664
| Subject | Re: Gtk3 |
|---|---|
| References | <TJE_y.45330$pt.41748@tornado.fastwebnet.it> <dq0ld4FoiunU1@mid.individual.net> |
| Newsgroups | it.comp.lang.python |
| From | Smith <smith@smith.it> |
| Message-ID | <573C14C4.9060303@smith.it> (permalink) |
| Date | 2016-05-18 09:07 +0200 |
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
Back to it.comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
Gtk3 Smith <smith@smith.it> - 2016-05-17 15:09 +0200
Re: Gtk3 Smith <smith@smith.it> - 2016-05-17 15:27 +0200
Re: Gtk3 Alessandro Pellizzari <shuriken@amiran.it> - 2016-05-17 14:41 +0100
Re: Gtk3 Smith <smith@smith.it> - 2016-05-17 16:25 +0200
Re: Gtk3 Smith <smith@smith.it> - 2016-05-18 09:07 +0200
Re: Gtk3 Max_Adamo <maxadamo@usenet.cnntp.org> - 2016-05-18 19:48 +0000
Re: Gtk3 Max_Adamo <maxadamo@usenet.cnntp.org> - 2016-05-18 19:52 +0000
Re: Gtk3 Max_Adamo <maxadamo@usenet.cnntp.org> - 2016-05-18 19:55 +0000
Re: Gtk3 Smith <smith@smith.it> - 2016-05-19 08:24 +0200
csiph-web