Pelmen wrote:

> UnicodeEncodeError: 'ascii' codec can't encode characters in position
> 161-168: ordinal not in range(128)
> 
> How can i force this problem.

The problem is that you're trying to write a Unicode string to a socket. 
  In order to do that properly, you have to encode it to a string properly.

-- 
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   Could it be / That we need loving to survive
   -- Neneh Cherry
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to