Re: adding tkinter support on an existing python installation



Peter Otten <__peter__@xxxxxx> wrote in
news:g1lm4c$i56$03$1@xxxxxxxxxxxxxxxxx:


Unless you want to install from source you just have to install the
corresponding package for Tkinter. On Ubuntu that's python-tk, but the
name may be distribution-dependent.

Thanks Peter! The package name for me was simply tkinter. 'yum install
tkinter' worked but this only allows me to import tkinter on my older
python installation (done via yum). So I might have to go for a from source
install after all? (I started a new thread on this issue)


--
Rahul
.



Relevant Pages

  • Re: Fast text display?
    ... >> Well, it includes Tkinter, but it doesn't include tcl/tk. ... >> non-functional version of Tkinter if you install from those ... But I found on RH9 and FC3, as well as on Windows, that tcl/tk ... If the package needs something and it's not installed, ...
    (comp.lang.python)
  • Re: Fast text display?
    ... >> was preinstalled (or included with Python). ... tcl/tk preinstalled, tkinter included with python. ... install Python, I can use tkinter/tcl/tk without installing anything ... > If the package needs something and it's not installed, ...
    (comp.lang.python)
  • Re: Run wxPython app remotely under XWindows
    ... and Tkinter for that matter is compiled to run under Aqua as ... To get Tkinter to work under X11 you simply need to ... configure and install a version of python for the X11 environment. ... Instead of compiling my own, ...
    (comp.lang.python)
  • Re: Fedora 9 dependency issues
    ... a Fedora 9 x86_64 system. ... I'm trying to install tkinter and I'm running the command "sudo yum install tkinter" yum proceeds to run, listing the packages that need to be included to satisfy the dependencies. ...
    (Fedora)
  • Re: Fedora 9 dependency issues
    ... a Fedora 9 x86_64 system. ... I'm trying to install tkinter and I'm running the command "sudo yum install tkinter" yum proceeds to run, listing the packages that need to be included to satisfy the dependencies. ...
    (Fedora)