Thanks a lot, i found the problem. I have a PY3.1 before,but the appengine tools doesn't work with it, so I uninstall it, and setup the PY2.5
now i have setup again, and it works now~ THANKS RAMA~! On Oct 14, 12:35 pm, Rama Vadakattu <[email protected]> wrote: > 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 <[email protected]> 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 [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 -~----------~----~----~----~------~----~------~--~---

