Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27799
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <maniandram01@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.026 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'friday,': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'def': 0.10; 'subject:python': 0.11; 'subject:install': 0.16; 'world!")': 0.16; 'translation': 0.16; 'wrote:': 0.17; 'code,': 0.18; 'translate': 0.20; 'import': 0.21; 'cc:2**0': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'install': 0.29; 'version': 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; 'unable': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'google': 0.39; 'subject:-': 0.40; 'august': 0.66; '8bit%:61': 0.84; 'run?': 0.84; '8bit%:56': 0.91; 'skip:\xe6 10': 0.91 |
| Newsgroups | comp.lang.python |
| Date | Fri, 24 Aug 2012 07:27:44 -0700 (PDT) |
| In-Reply-To | <mailman.3750.1345808837.4697.python-list@python.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=122.172.247.246; posting-account=uPFZNQoAAAAm9w7z13q1SjWNKNjztdcD |
| References | <mailman.3750.1345808837.4697.python-list@python.org> |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| X-Google-IP | 122.172.247.246 |
| MIME-Version | 1.0 |
| Subject | Re: squeeze install python-gi |
| From | Ramchandra Apte <maniandram01@gmail.com> |
| To | comp.lang.python@googlegroups.com |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Message-ID | <mailman.3755.1345818477.4697.python-list@python.org> (permalink) |
| Lines | 45 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1345818477 news.xs4all.nl 6860 [2001:888:2000:d::a6]:56280 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:27799 |
Show key headers only | View raw
On Friday, 24 August 2012 17:17:15 UTC+5:30, contro opinion wrote:
> 我发现squeeze 不能安装python-gi,没有squeeze的版本
>
>
> from gi.repository import Gtk
>
> def destroy_cb(widget):
> Gtk.main_quit()
>
> w = Gtk.Window()
> w.connect('destroy', destroy_cb)
>
> l = Gtk.Label()
>
> l.set_text("Hello World!")
> w.add(l)
>
> w.show_all()
> Gtk.main()
>
> 这样简单的代码,无法在squeeze里面运行?
English translation by Google translate (machine translated):
I found that the squeeze can not install python-gi, squeeze version
from gi.repository import Gtk
def destroy_cb(widget):
Gtk.main_quit()
w = Gtk.Window()
w.connect('destroy', destroy_cb)
l = Gtk.Label()
l.set_text("Hello World!")
w.add(l)
w.show_all()
Gtk.main()
This simple code, unable to squeeze inside run?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
squeeze install python-gi contro opinion <contropinion@gmail.com> - 2012-08-24 07:47 -0400 Re: squeeze install python-gi Ramchandra Apte <maniandram01@gmail.com> - 2012-08-24 07:27 -0700 Re: squeeze install python-gi Ramchandra Apte <maniandram01@gmail.com> - 2012-08-24 07:27 -0700
csiph-web