Re: Instaling django

2012-09-21 Thread Arman Goshayeshi
Thank you very much, sorry for the delay of my answer On 31 August 2012 08:14, Jon Blake wrote: > What O/S? > > I installed Django 1.4.1 today on my Linux F14 box today by: > > 1. Downloading Django-1.4.1.tar.gz from > https://www.djangoproject.com/download/ > 2. As root: > # tar xzvf Django-1.

Re: Instaling django

2012-08-30 Thread Jon Blake
What O/S? I installed Django 1.4.1 today on my Linux F14 box today by: 1. Downloading Django-1.4.1.tar.gz from https://www.djangoproject.com/download/ 2. As root: # tar xzvf Django-1.4.1.tar.gz # cd Django-1.4.1 # python setup.py install # exit 3. Test it: $ python >>> import django >>> print dj

Re: Instaling django

2012-08-30 Thread Amyth Arora
Seems you have not correctly installed django, you can follow any of the following tutorials to install the latest stable version of django according to your operating system: for windows: Install Django on Windows Tutorial for linux (ubuntu) :

Re: Instaling django

2012-08-30 Thread Enyert ViƱas
U need to install django correctly. Check that you have the a supported python version for your django version. Try easy_install django or pip django. I think the installation instruction from django project site https://www.djangoproject.com/download/ are clear. If you are in windows use your favo

Re: Instaling django

2012-08-30 Thread azizmb.in
Hi Did you install django correctly? Try, easy_install django or if you have pip, pip install django (you might need to use sudo for this) On Thu, Aug 30, 2012 at 11:58 AM, Balle wrote: > Hi, I have been trying to download django with every options but when i > run pyhton on the terminal