Hi all,
I built my project with Django in Pydev. Every thing is working well. Now I configured PyDev to debug the project by adding runserver 8001--noreload When I sent the Database engin to sqlite3 every thing is ok and I can debug the project. When I put the database engin to MySQL (my real DB) and try to debug, I get : django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: DLL load failed: The specified module could not be found.
Please any help to resolve this problem. I installed the MySQLdb driver to my windows. When I run the project normally it works, only I get this problem with Debuging.
Thanks