Paul Rubin wrote:
> ports = [('5631', 'udp'),
> ('5632': 'tcp'),
> ('3389': 'tcp'),
> ('5900': 'tcp')]Change the colons to commas, and this will work... -- http://mail.python.org/mailman/listinfo/python-list
