Re: [Tkinter-discuss] How to configure the non-default Pythonversion to work with tk

2010-02-17 Thread Noelia Oses
Thanks guys! Actually, I managed to fix it by installing tcl and tk dev versions and then reinstalling python2.5. I'm so relieved!!! Best regards, Noelia -Original Message- From: tkinter-discuss-bounces+noses=fatronik@python.org on behalf of Tim Jones Sent: Wed 2/17/2010 17:12

Re: [Tkinter-discuss] How to configure the non-default Python version to work with tk

2010-02-17 Thread Tim Jones
On Feb 17, 2010, at 8:41 AM, Noelia Oses wrote: > Hi all, > > I have a very newby question. > I'm using a computer with Ubuntu Karmic Koala. > The Ubuntu has python 2.6 installed by default, and this default installation > includes tkinter. > > However, I'm using a platform (NuPIC) that needs P

Re: [Tkinter-discuss] How to configure the non-default Python version to work with tk

2010-02-17 Thread Wayne Werner
On Wed, Feb 17, 2010 at 9:41 AM, Noelia Oses wrote: > > Hi all, > > I have a very newby question. > I'm using a computer with Ubuntu Karmic Koala. > The Ubuntu has python 2.6 installed by default, and this default > installation includes tkinter. > > However, I'm using a platform (NuPIC) that nee

[Tkinter-discuss] How to configure the non-default Python version to work with tk

2010-02-17 Thread Noelia Oses
Hi all, I have a very newby question. I'm using a computer with Ubuntu Karmic Koala. The Ubuntu has python 2.6 installed by default, and this default installation includes tkinter. However, I'm using a platform (NuPIC) that needs Python 2.5. This I had to install manually in /usr/local. Unfor