I've upgraded Python from 2.5 to 2.7, but the upgrade broke Django. My Django tests and shell report they can't find the modules.
I tried putting the site-packages with Django on my PYTHONPATH in .bashrc, but this failed to to find MySQLdb.
Do I have to reinstall Django?
