I am trying to run manage.py and i keep getting this error:
Traceback (most recent call last):
File "manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
I have tried setting my path to "/python27/lib/python2.7/site-packages/"
and also added the path "/python27/lib/python2.7/site-packages/django"
just in case, but neither to seem to be working.
I have checked the module, and it exits, so this has to be a PATH issue. Can anyone help?
I am running Python 2.7.4 and Django 1.5.2
Thank you