import Tkinter from Tkinter import * i have a program where if i comment out either of those import- statements i get an error.
i thought they meant the same thing and from was supposed to be just to imort just a specific function and the * imports everything in the module. but aparently the above statements have diffrent meaning and i cant figure it out fromt he tutorials. -- http://mail.python.org/mailman/listinfo/python-list