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