On Jan 16, 6:13 am, jazz <joti.ch...@gmail.com> wrote:
> iam installing django and activepython on my vista machine but its not
> working. can anyone help me with the installation please. I am bit
> confused how to create the environment variable. nothing is working
> for me...

Sorry jazz I don't have much advice for you, I'm not familiar with
activepython on vista.  If you have normal python working with
activepython then you can install django in the site-packages folder
as a library just like any other libary/module.  Download the django
release and run python setup.py install like stated in the install
docs.

http://docs.djangoproject.com/en/dev/topics/install/#installing-an-official-release

Then you should be able to run python and import django.  Then django
is installed.

--
Milan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to