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