how do i make a grapical thingie?

Grant Edwards grante at visi.com
Fri Aug 31 08:27:19 EDT 2001


In article <0RGj7.12$pD3.125 at pollux.casema.net>, jeroen paul goudsmit wrote:

> HOW!?!?!?!?

Well, the "default" GUI package for Python is Tk.

Get a copy of "Python and Tkinter Programming" by John E.
Grayson.  Read it.  Excellent book.

  Loot at http://www.python.org/topics/tkinter/

Or, more specifically, read "An Introduction to Tkinter" by
Fredrik Lundh:

  http://www.pythonware.com/library/tkinter/introduction/index.htm

If you want to try other toolkits besides Tk, there are Python
bindings for wxwindows, gtk, Qt, Win32, etc.  See question 4.13
in the FAQ at

  http://www.python.org/doc/FAQ.html

What widget set do you prefer?

-- 
Grant Edwards                   grante             Yow!  This MUST be a good
                                  at               party -- My RIB CAGE is
                               visi.com            being painfully pressed up
                                                   against someone's MARTINI!!



More information about the Python-list mailing list