Thanks Dino, I've tried this...
try:
mst.reconnect()
except Exception as inst:
print type(inst)But it didn't catch any exception. On Fri, Apr 30, 2010 at 5:36 PM, Dino Viehland <[email protected]> wrote: > You might changing the except to “except Exception:” to see if an > exception other than SocketException is being thrown. > > >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
