Under python 3.4, using a str instead of bytes as a delimiter results in an error: ...
This program takes a string variable and divides it into a number of parts based on a delimiter (space by default). It then creates a number of new SPSS variables that contain each of the parts.