Initial attempt at making PyMate Unicode compatible: - Fix to the excepthook method to allow for Unicode strings in Exception arguments. An open issue is how to fix PyMate to allow ordinary printing of Unicode characters: e.g.: # -*- coding: utf-8 -*- print u"run me with ⌘R" Changed: U trunk/Bundles/Python.tmbundle/Support/PyMate/tmhooks.py