Hi, This is something similar to what's posted here: http://stackoverflow.com/questions/312549/no-module-named-django-core
To reiterate, I'm getting this error on running "django-admin.py startproject mysite"(without the double quotes):
C:\Documents and Settings\fixavier\Desktop>django-admin.py startproject mysite
Traceback (most recent call last):
File "C:\Program Files\BitNami DjangoStack\apps\django\django\bin\django-admin.py", line 2, in <module>
from django.core import management
ImportError: No module named django.core
But the error still exists! Please help. OS:Windows Installed django using BitNami Django stack.