On Fri, Oct 19, 2012 at 4:07 PM, Sun Simon <[email protected]> wrote: > https://www.djangoproject.com/download/ > > I am installing Django for Python on Win XP and came across this problem > during installation: > > > tar xzvf Django-1.4.2.tar.gz > cd Django-1.4.2 > sudo python setup.py install > > > What does "cd" mean? DOes it mean that I have to use command line to type > it?
Yes, those are linux commands - you need to be in the directory. I've not installed on Windows, but sudo wont work either, FYI. Run the cmd as administrator and you wouldn't need it Cheers L. > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/RmTilhDq4WIJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. -- ...we look at the present day through a rear-view mirror. This is something Marshall McLuhan said back in the Sixties, when the world was in the grip of authentic-seeming future narratives. He said, “We look at the present through a rear-view mirror. We march backwards into the future.” http://www.warrenellis.com/?p=14314 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

