Installing Tkinter on knoppix

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jon Monteleone

    Installing Tkinter on knoppix

    Greetings,
    Does anybody have a website where I can download a copy of Tkinter to install onto
    knoppix?
    Is it a pretty straightforward install?
    Cheers -Jon


  • Diez B. Roggisch

    #2
    Re: Installing Tkinter on knoppix

    Jon Monteleone wrote:[color=blue]
    > Greetings,
    > Does anybody have a website where I can download a copy of Tkinter to install onto
    > knoppix?
    > Is it a pretty straightforward install?[/color]

    Knoppix is debian-based - you can use apt-get. But installing on a CD is
    impossible - do you want to alter the packages that come with a knoppix?
    Then you need to create your own distribution based on it (which should
    be doable, as the plethorea of *ix-distros shows). On a persisted
    knoppix, just use the above mentioned apt-get.

    Regards,

    Diez

    Comment

    • Michele Simionato

      #3
      Re: Installing Tkinter on knoppix

      sudo apt-get install python2.4-tk

      Comment

      Working...