I get the error in question when I attempt to create a project. I followed the instructions found at how to install python an django in windows vista.
Python – Why is django giving error: no module named django.core
djangodjango-adminpythonwindows
Related Question
- Python – Convert bytes to a string
- Python – Proper way to declare custom exceptions in modern Python
- Python – error: Unable to find vcvarsall.bat
- Python – django import error – No module named core.management
- Python – No module named pkg_resources
- Python – Using Python 3 in virtualenv
- Node.js/Windows error: ENOENT, stat ‘C:\Users\RT\AppData\Roaming\npm’
- Python – How to install a Python package with a .whl file
Best Solution
Also make sure that you have permission to access all of django's files. I've seen these kinds of errors happen because of permissions issues before.
EDIT: I haven't tried it out, but there's a link on that page to Instant Django, which looks like a pretty easy to set up.