[Tutor] tkinter??
ryan mcmenamin
spouse1@home.com
Mon, 12 Jan 1998 06:50:36 -0500
This is a multi-part message in MIME format.
------=_NextPart_000_000D_01BD1F26.62BFD7C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
runpy
from tkinter import *
w =3D button(text=3D"hello", command =3D "exit")
w.pack()
w.mainloop()
------=_NextPart_000_000D_01BD1F26.62BFD7C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>runpy</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>from tkinter import *<BR>w =3D =
button(text=3D"hello",=20
command =3D =
"exit")<BR>w.pack()<BR>w.mainloop()<BR></DIV></FONT></BODY></HTML>
------=_NextPart_000_000D_01BD1F26.62BFD7C0--