I'm trying to build out a web application using Django and Python3.4 through Visual Studio 2013 Community Edition on a Windows 10 machine. I want to use MySQL as the database, but I'm unable to connect to the DB using python3.4 -- it comes up with:
No Module named MySQlDB error
Can someone please tell me how I can fix this. I do not want to downgrade my python version.