Re: Instaling django

47 views
Skip to first unread message

azizmb.in

unread,
Aug 30, 2012, 7:36:01 AM8/30/12
to django...@googlegroups.com
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 <boudh...@gmail.com> 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/-/Y-zKRgFv_a4J.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
- Aziz M. Bookwala

Enyert Viñas

unread,
Aug 30, 2012, 9:48:43 AM8/30/12
to django...@googlegroups.com
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 favorite extractor on Django-<version>.tar.gz, extract it -> go to the extraction target folder and execute the command python setup.py install in a session with admin privileges


2012/8/30 Balle <boudh...@gmail.com>

Amyth Arora

unread,
Aug 30, 2012, 9:54:54 AM8/30/12
to django...@googlegroups.com
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) : Install Django on Ubuntu (linux)
--
Thanks & Regards
----------------------------

Amyth [Admin - Techstricks]
Email - aroras....@gmail.com, ad...@techstricks.com
Twitter - @a_myth_________
http://techstricks.com/

Jon Blake

unread,
Aug 31, 2012, 12:14:40 AM8/31/12
to django...@googlegroups.com
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

Arman Goshayeshi

unread,
Sep 21, 2012, 3:58:51 AM9/21/12
to django...@googlegroups.com
Thank you very much, sorry for the delay of my answer


--
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.
Reply all
Reply to author
Forward
0 new messages