Tuvas wrote: > A. Change a list of chars to a single string or > B. Read a list of chars in an extention module
Either is possible, but I recommend to do A: data = ''.join(data) Then pass the modified data to the extension module. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list