Hi, how does one split a PyString in C? Do I need to use PyUnicode_Split() and convert back to plain strings from the unicode objects or is there some other way of doing this? Cheers, Tavis