make sure you have installed the django properly.

open a python shell:
type :
import django
import django.core

if the import does not work it means django has not installed
properly.
http://docs.djangoproject.com/en/dev/

On Oct 14, 9:32 am, Gin <chifi2...@gmail.com> wrote:
> when i set my test webserver root
>
> C:\app>django-admin.py startproject mysite
>
> I got a error msg
>
> Traceback (most recent call last):
>   File "C:\Django\build\scripts-3.1\django-admin.py", line 2, in
> <module>
>     from django.core import management
> ImportError: No module named django.core
>
> what's wrong with my django?
>
> anybody can help me - a newbie for django?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to