tags:

views:

270

answers:

2

I am installing active python, django. I really dont know how to set the python path in vista environment system. first of all will it work in vista.

+1  A: 

Perhaps this helps: It's a Guide to installing Python in Windows Vista.

schnaader
A: 

Remember that in addition to setting PYTHONPATH in your system environment, you'll also want to assign DJANGO_SETTINGS_MODULE.

Jeff Bauer