Re: [Tutor] Python 3.2 Install Not Responding To Python Command!!

2011-04-28 Thread Rohan Sachdeva
I know this was a while ago but you can add the ppa by going to the terminal and typing: sudo add-apt-repository ppa:irie/python3.2 then sudo apt-get update and sudo apt-get install python3.2 Rohan On Sun, Apr 10, 2011 at 1:33 PM, Walter Prins wrote: > > > On 9 April 2011 19:45, Nevins Duret

Re: [Tutor] Python 3.2 Install Not Responding To Python Command!!

2011-04-09 Thread Rohan Sachdeva
Just so you know there is a PPA for 3.2 - https://launchpad.net/~irie/+archive/python3.2 Should make things a lot easier. Rohan On Sat, Apr 9, 2011 at 11:45 AM, Nevins Duret wrote: > On 04/09/2011 02:32 PM, Walter Prins wrote: > > > > On 9 April 2011 17:44, Nevins Duret wrote: > >> Compilin