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: 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: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=122.172.247.246; posting-account=uPFZNQoAAAAm9w7z13q1SjWNKNjztdcD References: 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 To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: 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 On Friday, 24 August 2012 17:17:15 UTC+5:30, contro opinion wrote: > =E6=88=91=E5=8F=91=E7=8E=B0squeeze =E4=B8=8D=E8=83=BD=E5=AE=89=E8=A3=85py= thon-gi,=E6=B2=A1=E6=9C=89squeeze=E7=9A=84=E7=89=88=E6=9C=AC >=20 >=20 > from gi.repository import Gtk >=20 > def destroy_cb(widget): > =C2=A0=C2=A0=C2=A0=C2=A0Gtk.main_quit() >=20 > w =3D Gtk.Window() > w.connect('destroy', destroy_cb) >=20 > l =3D Gtk.Label() >=20 > l.set_text("Hello World!") > w.add(l) >=20 > w.show_all() > Gtk.main() >=20 > =E8=BF=99=E6=A0=B7=E7=AE=80=E5=8D=95=E7=9A=84=E4=BB=A3=E7=A0=81=EF=BC=8C= =E6=97=A0=E6=B3=95=E5=9C=A8squeeze=E9=87=8C=E9=9D=A2=E8=BF=90=E8=A1=8C=EF= =BC=9F English translation by Google translate (machine translated): I found that the squeeze can not install python-gi, squeeze version=20 from gi.repository import Gtk=20 def destroy_cb(widget):=20 Gtk.main_quit()=20 w =3D Gtk.Window()=20 w.connect('destroy', destroy_cb)=20 l =3D Gtk.Label()=20 l.set_text("Hello World!")=20 w.add(l)=20 w.show_all()=20 Gtk.main()=20 This simple code, unable to squeeze inside run?