Message 124730 - Python tracker (original) (raw)
Note: This is what happens in Python 2.6.4:
import struct struct.pack("10s",u"Jalape\u00f1o") Traceback (most recent call last): File "", line 1, in struct.error: argument for 's' must be a string
Note: This is what happens in Python 2.6.4:
import struct struct.pack("10s",u"Jalape\u00f1o") Traceback (most recent call last): File "", line 1, in struct.error: argument for 's' must be a string