On Thu, Jul 28, 2011 at 10:06 AM, Dargoan <[email protected]> wrote: > Hello, > > I'm new at Django. I have some issues installing Django. > After I download Django 1.3 as the website describes, when I launch > "setup.py install" in my command tool (on Windows XP), it does not run > the script, but instead Vim opens it. > I'm totally new in python word either, so it may be a stupid question > but it's quite annoying. > > If anyone here can help me on that, it would be great. > Thanks. >
Run 'python setup.py install'. Add python to your path if it is not already. Cheers Tom -- 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.

