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: Ubuntu package "python3" does not include tkinter
    ... tkinter by itself is not the issue. ... suddenly you have to install a LOT of things. ... justifies having a separate package for Tkinter. ... have X, Tcl won't work, and if Tcl won't work, Tkinter won't work and ...
    (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: Ubuntu package "python3" does not include tkinter
    ... bindings for Python, ... package in Python 3.3 is trivially small, ... Do we expect people to install: ... tkinter by itself is not the issue. ...
    (comp.lang.python)