On 29 май, 20:54, athick2 <abubucker.alath...@gmail.com> wrote:
> I am trying to install Django on Windows XP.
>
> I have python in C:\Python25
>
> I have extracted django into C:\Program Files\Google\google_appengine
> \izonyu\Django-1.0.2-final
>
> when i try to install django, i run into problems
>
> Goto C:\Program Files\Google\google_appengine\izonyu\Django-1.0.2-
> final from Cmd Prompt
>
> python setup.py install.
>
1) Before installation django at first instal Python 2.5
2) When you have downloaded a file tar.zip with django - save it on
disk C:/ and dearchive it in the same folder, and archive delete.
3) Then through cmd come into a folder where lays unsqueezed django
and type setup.py instal - after that django it will be installed in a
folder with Python
4) Further make installation check:
- Open IDLE,
>>> import django
>>> print django. VERSION
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---