I am trying to split a string at the "-" using str.split("-") where str is the string and it does not seem to be functioning. Weird thing is that it is working on my local server, but not in python anywhere. My thought is that the .split() function may not work in python anywhere. Has anyone experienced this?