8 Aug
2012
8 Aug
'12
7:18 a.m.
Hi, An example logging server code in the following url gives an error: http://docs.python.org/howto/logging-cookbook.html#sending-and-receiving-log... It seems that the code has typos. import socketserver should be import SocketServer I am using Python 2.7.3, FYI. Regards.