So I installed Bitnami Django stack, hoping as proclaimed 'ready-to-run' versions of python and mysql. However, I can't get python to syncdb: "Error loading MySQLdb module: No module named MySQLdb"
I thought the Bitnami package would already install everything necessary in Windows to make mysql and Python work together? Is this not true?
I don't want to have to deal with installing mysql-python components as that can be frustrating to get working alone as I have tried before.