how do i make a grapical thingie?

jeroen paul goudsmit hcj.goudsmit at wanadoo.nl
Fri Aug 31 15:27:10 EDT 2001


ooh, python don't makes error's like that. I have version 2.2 i think. Can
anyone help moi?
"Sheila King" <sheila at spamcop.net> schreef in bericht
news:danvot096t6fereltm5juv2fo6jhnnq9n0 at 4ax.com...
> 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