CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 11:28:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071208120054
location: https://web.archive.org/web/20071208120054/https://wiki.python.org/moin/lecture4_example_5
server-timing: captures_list;dur=3.442571, exclusion.robots;dur=0.030756, exclusion.robots.policy;dur=0.014680, esindex;dur=0.020107, cdx.remote;dur=58.819387, LoadShardBlock;dur=568.059048, PetaboxLoader3.datanode;dur=235.360201, PetaboxLoader3.resolve;dur=274.020543
x-app-server: wwwb-app222
x-ts: 302
x-tr: 662
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 07 Aug 2025 11:28:52 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Sat, 08 Dec 2007 12:00:54 GMT
x-archive-orig-server: Apache/2.0.54 (Debian GNU/Linux) mod_fastcgi/2.4.2
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 08 Dec 2007 12:00:54 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 08 Nov 2005 08:06:55 GMT", ; rel="prev memento"; datetime="Sat, 25 Nov 2006 02:14:25 GMT", ; rel="memento"; datetime="Sat, 08 Dec 2007 12:00:54 GMT", ; rel="next memento"; datetime="Wed, 28 May 2008 03:08:30 GMT", ; rel="last memento"; datetime="Mon, 03 Nov 2008 10:19:36 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_1_20071208104348_crawl102-c/52_1_20071208115619_crawl107.arc.gz
server-timing: captures_list;dur=0.639280, exclusion.robots;dur=0.027070, exclusion.robots.policy;dur=0.013756, esindex;dur=0.015445, cdx.remote;dur=48.470212, LoadShardBlock;dur=351.355003, PetaboxLoader3.datanode;dur=199.745564, PetaboxLoader3.resolve;dur=338.568702, load_resource;dur=298.538333
x-app-server: wwwb-app222
x-ts: 200
x-tr: 753
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
lecture4 example 5 - PythonInfo Wiki
lecture4 example 5
#!/usr/bin/python from Tkinter import * #This interface allow us to draw windows def DrawList(): plist = ['Liz','Tom','Chi'] for item in plist: listbox.insert(END,item); root = Tk() #This creates a window, but it won't show up listbox = Listbox(root) button = Button(root,text = "press me",command = DrawList) button.pack() listbox.pack() #this tells the listbox to come out root.mainloop() #This command will tell the window come out
EditText (last edited 2006-10-08 11:27:37 by c-124-244-vas-l2)
DeleteCache (cached 2007-12-05 13:16:27)- Login
- Navigation
- Actions
- Your recent pages