hello Kikozzza, if you say ubuntu 10 I give a shot into the dark and tip on ubuntu version 10_04 LTS (long term support). After installation you can open a terminal an type: python
the python console will open and responding with version Python 2.6.5 as this is the default version on ubuntu 10.04 After your friend has installed django on your system - the version is system independent, do the following: again run the command "python" in terminal: python and then type import django print django.VERSION this could look similar to this approach: Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django >>> print django.VERSION (1, 2, 3, 'final', 0) >>> so you see on this machine I am running Django version 1.2.3 final Good luck on improving your skills! -- Raphael http://develissimo.com On Sun, 2012-03-18 at 23:00 -0700, Kikozzza wrote: > I'm starting learning django? that's why I ask my friend to install me > python and all distrib for my projects. > I have very silly question- how can I discover what version of python > and Django i get? > he installs me ubuntu 10 > -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.