And something's fishy. No project directory is created. The command I use is

django-admin.py startproject mysite

Instead, it just opens django-admin.py! Which contains the following:

#!C:\Python27\python.exe
from django.core import management

if __name__ == "__main__":
    management.execute_from_command_line()

I have no idea what's wrong. Please help.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/94673e5b-7b51-41f7-bbf1-38508ec1b1ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to