how do i make a grapical thingie?

Sheila King sheila at spamcop.net
Fri Aug 31 14:55:04 EDT 2001


On Fri, 31 Aug 2001 18:47:40 GMT, "jeroen paul goudsmit"
<hcj.goudsmit at wanadoo.nl> wrote in comp.lang.python in article
<gZQj7.55$j9.417 at castor.casema.net>:

:This site about tkinter really sucks!
:http://www.pythonware.com/library/tkinter/introduction/hello-tkinter.htm
:look what they say:
:# File: hello1.py
:
:from Tkinter import *
:>>>>>> error!!!!!!!!! this filke does not exists it has to be _tkinter
:
:root = Tk()
:
:>>>>>>>>> error!!! methode not found
:
:w = Label(root, text="Hello, world!")
:>>>>>>>. error, label not defined. .....
:w.pack()
:
:root.mainloop()

What version of Python are you running? I've never seen Python make
error messages that look like that.

If the statement

from Tkinter import *

generates error messages, it makes me think that you don't have
Tk/Tkinter installed properly???

--
Sheila King
http://www.thinkspot.net/sheila/
http://www.k12groups.org/





More information about the Python-list mailing list