On Tue, Jul 8, 2008 at 12:44 PM, <[EMAIL PROTECTED]> wrote: > I just installed Python 2.5.2 on UBUNTU Linux. It seems to work, > however I don't seem to have access Tkinter. This is the result of > "import Tkinter":
I think ubuntu and debian both split Tkinter out of their main python packages. Try installing the python-tk package (via your favorite package manager, or from the command line 'sudo aptitude install python-tk') -- Jerry -- http://mail.python.org/mailman/listinfo/python-list