Thursday, August 30, 2012

Re: Instaling django

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 django.get_version()
1.4.1

HTH,
  Jon

On Thursday, August 30, 2012 4:28:40 PM UTC+10, Balle wrote:
Hi,  I have been trying to download django with every options but when i run pyhton on the terminal and then asks to import django.  It always says no mudule named django.  Could you pls help, donload it.  Thank you in advance

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Q47WcAEp6vMJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment