SyntaxFix
Write A Post
Hire A Developer
Questions
Try print(e.message) this should be able to print your exception.
try: connection = manager.connect("I2Cx") except Exception, e: print(e.message)