4 Django 1.8 and I have installed pip
I try use command manage runserver but it show me
File "C:\Python34\lib\site-packages\django\db\backends\mysql\base.py", >line 27, in raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named 'MySQLdb'
I have installed mysql-installer-community-5.7.10.0 and to fix me problem I try install pip install mysqlclient or mysql-python but I hade the same reasults like on the image below
pip install mysql-python, but that's not helpful because mysql-Python doesn't support Python 3. Afterpip install mysqlclientI just see blank space. What error did you get.