That's interesting, I think this could help me become more familiar with which packages are popular or rising in the Python world. For a developer who's generally out of the loop such as myself, that's great.<p>Taking bug reports?<p>I checked out mysqldb. It properly took me to a page with the correct capitalization, which indicates it found the package in some way: <a href="http://pythonpackages.com/pypi/mysqldb?entry=1" rel="nofollow">http://pythonpackages.com/pypi/mysqldb?entry=1</a><p>However, the 'View on PyPI' link goes to <a href="http://pypi.python.org/pypi/MySQLdb" rel="nofollow">http://pypi.python.org/pypi/MySQLdb</a> which is a broken link. While the module is called MySQLdb, the package is called MySQL-python, and so page is at <a href="http://pypi.python.org/pypi/MySQL-python/" rel="nofollow">http://pypi.python.org/pypi/MySQL-python/</a><p>Not sure how you can work that out, but hope this helps.