Your python configuration is ok. so I guest you have someone of this
problem.
 - Your work path has spaces and python confuse with them.
 - Your system mimetype for .py use notepad++ for open it.

I don't know if this solve your issue but I think that check this prevent
you a headache

I test doing a simple project and this is my result.

$ django-admin startproject mysite
$ tree
.
└── mysite
    ├── manage.py
    └── mysite
        ├── __init__.py
        ├── settings.py
        ├── urls.py
        └── wsgi.py

2 directories, 5 files

2015-03-13 12:22 GMT-06:00 <george.varabou...@gmail.com>:

> the verson is 1.7.6.... why?
>
> --
> 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/651d0668-ffaf-42ea-8f2e-76b242bcc67c%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/651d0668-ffaf-42ea-8f2e-76b242bcc67c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
"La utopía sirve para caminar" Fernando Birri

-- 
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/CAG%2B5VyM1RkuSiM69JcN3BjOPRQoJFaQrF_ocOpfRqafxG1iSmg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to