On May 29, 11:54 am, 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.
>
> when i execute the above command i get
>
> running install
> running build
> running build_py
> copying django\bin\ filename.py - > build\lib\django\bin
> error: path\filename.py: Access denied.
>
> Is there any direction you can provide me on this ?
I've never had any problem installing Django on XP. But I usually
extract it to a folder on my desktop and then run the "setup.py
install" from there in the command line.
Are you running as an admin user? If not, then that could be why you
cannot install Django from that location.
- Mike
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---