On Sun, 27 May 2007 03:40:39 -0700, Vinay Sajip wrote: > Thanks for the update, Mike, but I can't seem to get this latest version > - the Python I can get is dated May 2: > > [EMAIL PROTECTED]:~$ sudo apt-get update [snip] > Get: 5 http://archive.ubuntu.com feisty-updates/main Packages [20.1kB] > Get: 6 http://archive.ubuntu.com feisty-updates/restricted Packages > [14B] > Get: 7 http://archive.ubuntu.com feisty-updates/main Sources [4974B] > Get: 8 http://archive.ubuntu.com feisty-updates/restricted Sources [14B] > Fetched 57.8kB in 1s (40.4kB/s) > Reading package lists... Done > [EMAIL PROTECTED]:~$ sudo apt-get install python2.5 Reading package > lists... Done > Building dependency tree > Reading state information... Done > python2.5 is already the newest version. 0 upgraded, 0 newly installed, > 0 to remove and 0 not upgraded. [EMAIL PROTECTED]:~$ python > Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) [GCC 4.1.2 (Ubuntu > 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or > "license" for more information. >>>> >>>> > It's labelled Python 2.5.1, but are we talking about the same version?
You can check by examining the version of the 'python' package that you have installed: $ dpkg --status python Package: python Status: install ok installed ... Version: 2.5.1-0ubuntu3 ... and you can see which versions of 'python' are available with: $ apt-cache policy python python: Installed: 2.5.1-0ubuntu3 Candidate: 2.5.1-0ubuntu3 Version table: *** 2.5.1-0ubuntu3 0 500 http://gb.archive.ubuntu.com feisty-updates/main Packages 100 /var/lib/dpkg/status 2.5.1~rc1-0ubuntu3 0 500 http://gb.archive.ubuntu.com feisty/main Packages Here you can see I have 2.5.1 final installed. -- Sam Morris http://robots.org.uk/ PGP key id 1024D/5EA01078 3412 EA18 1277 354B 991B C869 B219 7FDB 5EA0 1078 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---