Installing Tkinter on knoppix

2005-11-09 Thread Jon Monteleone
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


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Installing Tkinter on knoppix

2005-11-09 Thread Diez B. Roggisch
Jon Monteleone wrote:
 Greetings,
 Does anybody have a website where I can download a copy of Tkinter to install 
 onto
 knoppix?
 Is it a pretty straightforward install?

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
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Installing Tkinter on knoppix

2005-11-09 Thread Michele Simionato
sudo apt-get install python2.4-tk

-- 
http://mail.python.org/mailman/listinfo/python-list