Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27792
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!border1.nntp.ams.giganews.com!nntp.giganews.com!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <contropinion@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.071 |
| X-Spam-Evidence | '*H*': 0.86; '*S*': 0.00; 'def': 0.10; 'subject:python': 0.11; 'received:74.125.82.44': 0.15; 'to:name :python-list': 0.15; 'subject:install': 0.16; 'world!")': 0.16; 'import': 0.21; 'message-id:@mail.gmail.com': 0.27; 'received:74.125.82': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:74.125': 0.36; 'skip:l 20': 0.38; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; '8bit%:46': 0.71; 'charset:gb2312': 0.77; '8bit%:82': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UR27gzdiuTA1cl6U1srow9tSDGT/IXOrNmVjB9VDgH0=; b=VIE0vLnoGllMQJEAUEzAaGZITQlpLjRlXk9wONOXIsvXfx0xrEyMXRDVHsGaYiN/AH ABGzILkx/3vTbFI+whxuWiUPm46un1hYUx6bAhn+3ulD0pQHrceV+HDoTDHDwBCTkcyo rfJ4PFPeK/rLMnfEIOb1Nl46vXtOtkfauKdVBHctTpLCcsXib3wJBMyheV/dk00E2JP9 a8SnZ7SQOd9/C2rPizD+065GkGj0dm6+xxQ3hQnQtaTdIO/AFq23m8xJTa45nC5b/LW5 UV2FkaLc1rpwbbe+nllsepAB6saGSVRbMCp9lgDpv9u9CAoneB8384ng+i/VGKgL5DW8 ydoQ== |
| MIME-Version | 1.0 |
| Date | Fri, 24 Aug 2012 07:47:15 -0400 |
| Subject | squeeze install python-gi |
| From | contro opinion <contropinion@gmail.com> |
| To | python-list <python-list@python.org> |
| Content-Type | multipart/alternative; boundary=f46d04428f3499664404c801893f |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3750.1345808837.4697.python-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1345808837 news.xs4all.nl 6939 [2001:888:2000:d::a6]:47469 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:27792 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
我发现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里面运行?
Back to comp.lang.python | Previous | Next — 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