Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.python > #7660
| Path | csiph.com!weretis.net!feeder4.news.weretis.net!storethat.news.telefonica.de!feedme.news.telefonica.de!telefonica.de!diesel.cu.mi.it!bofh.it!tornado.fastwebnet.it!53ab2750!not-for-mail |
|---|---|
| Subject | Re: Gtk3 |
| Newsgroups | it.comp.lang.python |
| References | <TJE_y.45330$pt.41748@tornado.fastwebnet.it> |
| From | Smith <smith@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 | <TJE_y.45330$pt.41748@tornado.fastwebnet.it> |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| Lines | 67 |
| Message-ID | <%_E_y.45333$pt.9281@tornado.fastwebnet.it> (permalink) |
| Date | Tue, 17 May 2016 15:27:23 +0200 |
| NNTP-Posting-Host | 93.56.77.67 |
| X-Complaints-To | newsmaster@fastweb.it |
| X-Trace | tornado.fastwebnet.it 1463491643 93.56.77.67 (Tue, 17 May 2016 15:27:23 CEST) |
| NNTP-Posting-Date | Tue, 17 May 2016 15:27:23 CEST |
| Xref | csiph.com it.comp.lang.python:7660 |
Show key headers only | View raw
> ** (gtk-prova.py:11675): WARNING **: Couldn't connect to accessibility > bus: Failed to connect to socket /tmp/dbus-AmrZgbkpR2: Connection refused > Traceback (most recent call last): > File "/home/pippo/PycharmProjects/Progetto1/gtk-prova.py", line 8, in > <module> > Gtk.main() > AttributeError: module 'gi.overrides.Gtk' has no attribute 'main' tree /usr/lib/python3/dist-packages/gi /usr/lib/python3/dist-packages/gi ├── _constants.py ├── docstring.py ├── _error.py ├── _gi_cairo.cpython-35m-i386-linux-gnu.so ├── _gi.cpython-35m-i386-linux-gnu.so ├── _gobject │ ├── __init__.py │ └── __pycache__ │ └── __init__.cpython-35.pyc ├── importer.py ├── __init__.py ├── module.py ├── _option.py ├── 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 ├── _propertyhelper.py ├── __pycache__ │ ├── _constants.cpython-35.pyc │ ├── docstring.cpython-35.pyc │ ├── _error.cpython-35.pyc │ ├── importer.cpython-35.pyc │ ├── __init__.cpython-35.pyc │ ├── module.cpython-35.pyc │ ├── _option.cpython-35.pyc │ ├── _propertyhelper.cpython-35.pyc │ ├── pygtkcompat.cpython-35.pyc │ ├── _signalhelper.cpython-35.pyc │ └── types.cpython-35.pyc ├── pygtkcompat.py ├── repository │ ├── __init__.py │ └── __pycache__ │ └── __init__.cpython-35.pyc ├── _signalhelper.py └── types.py /usr/lib$ cd python python2.7/ python3/ python3.5/
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