hi all, I am curious if there is a way to cleanly uninstall MySQLdb, if I installed using: python setup.py build python setup.py install I tried python setup.py --help-commands but they seem to be for building and installing. I want to remove my current MySQLdb (0.9.2) and try 0.9.3b2 for debugging purposes.