To rectify this problem generate all your table which were declared in the settings.py file in your project folder.
You can find the in the INSTALLED APPS Block in the settings file. For that run this command:
manage.py syncdb or python manage.py syncdb
If this doesn't work then set the Environment variable PATH for the python directory.