David Abrahams wrote:
I don't understand how this could ever have worked, since trac.mimeview is a package containing no get_mimetype.py
get_mimetype is a function defined in api, and the module reimports some of the symbols defined there (look at trac/mimeview/__init__.py). But you probably have version mismatch issue in your installation. Try to clean up your site-packages/trac folder (or wherever you installed trac), and reinstall (what version was that, btw?) -- Christian _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
