Hello all,

The displayed string looks like some wierd chars (unreadable to human
being at all), when I tried to display the received message by socket.
I read by this line:
  body = self.io.blockingRead (int(header.getFieldCN
('Content-Length')))
  print "socket content: " + body
I am new to python, could you tell me where I did wrong?

Thank you,

Michael

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to