Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27799
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-08-24 07:27 -0700 |
| References | <mailman.3750.1345808837.4697.python-list@python.org> |
| Subject | Re: squeeze install python-gi |
| From | Ramchandra Apte <maniandram01@gmail.com> |
| Message-ID | <mailman.3755.1345818477.4697.python-list@python.org> (permalink) |
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