problem with Tkinter after installing Python 2.5.2 on UBUNTU

Jerry Hill malaclypse2 at gmail.com
Tue Jul 8 13:15:59 EDT 2008


On Tue, Jul 8, 2008 at 12:44 PM,  <Dogzilla1000 at gmail.com> 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



More information about the Python-list mailing list