No Module named django.core
Posted
by Sirish Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Sirish Kumar
Published on 2008-11-23T14:09:24Z
Indexed on
2010/03/08
0:33 UTC
Read the original article
Hit count: 427
django
Hi,
I have updated to latest Django version 1.0.2 after uninstalling my old Django version.But now when I run django-admin.py I get the following error. How can I resolve this?
Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\django\bin\django-admin.py", line 2, in <module>
from django.core import management
ImportError: No module named django.core
© Stack Overflow or respective owner