I am learning python + Django, reading the "start of django e-commerce", after installing django-db-log when running $ python manage.py runningerver there is a problem.
Unhandled exception in thread started by <function wrapper at 0x02C28DB0> Traceback (most recent call last): File "D:\Python27\lib\site-packages\django\utils\autoreload.py", line 93, in wrapper fn(*args, **kwargs) File "D:\Python27\lib\site-packages\django\core\management\commands\runserver.py", line 92, in inner_run self.validate(display_num_errors=True) File "D:\Python27\lib\site-packages\django\core\management\base.py", line 308, in validate num_errors = get_validation_errors(s, app) File "D:\Python27\lib\site-packages\django\core\management\validation.py", line 34, in get_validation_errors for (app_name, error) in get_app_errors().items(): File "D:\Python27\lib\site-packages\django\db\models\loading.py", line 166, in get_app_errors self._populate() File "D:\Python27\lib\site-packages\django\db\models\loading.py", line 75, in _populate self.load_app(app_name) File "D:\Python27\lib\site-packages\django\db\models\loading.py", line 96, in load_app models = import_module('.models', app_name) File "D:\Python27\lib\site-packages\django\utils\importlib.py", line 35, in import_module __import__(name) File "build\bdist.win32\egg\djangodblog\models.py", line 9, in <module> File "build\bdist.win32\egg\djangodblog\manager.py", line 23, in <module> File "build\bdist.win32\egg\djangodblog\helpers.py", line 5, in <module> ImportError: No module named hashcompat
source share