Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27792
| Date | 2012-08-24 07:47 -0400 |
|---|---|
| Subject | squeeze install python-gi |
| From | contro opinion <contropinion@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3750.1345808837.4697.python-list@python.org> (permalink) |
[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