how do i make a grapical thingie?

Matthew Dixon Cowles matt at mondoinfo.com
Thu Aug 30 16:41:51 EDT 2001


Dear Jeroen,

>I'm using python for one day now

Welcome!

>and the only thing i van do is import sys and exit() and print
>"hello". I want messageboxes! how?

The most common graphical interface for Python is Tkinter. There's
good documentation at:

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

Like all graphical interfaces, using it can be a little complex. You
might want to get a little more experience with Python before you
started using it heavily. There's good introductory documentation
linked from:

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

Have fun with Python!

Regards,
Matt




More information about the Python-list mailing list