Regarding compatibility with python 2.x: line 16 of /lib/python/ma_connection.py needs another pair of parentheses: ie the 2 argument connect(host, port) is replaced by the 1 argument connect((host,port)) where the argument is a 2-tuple.
Log in to post a comment.