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.
On Wed, Aug 8, 2012 at 9:18 AM, 김영휘 <shawn.yh.kim@nhn.com> wrote:
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
This has already been fixed with this revision: http://hg.python.org/cpython/rev/e06ef4881136 Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
participants (2)
-
Sandro Tosi
-
김영휘