Well, thats not going to work here, because your unicode string contains non-ASCII characters, so Python raises a UnicodeError error.??? Heres where the conversion-from-unicode-to-other-encoding-schemes comes in. s is a unicode string, but print can only print a regular string.