One does not simply use input() for string values anymore...
I suggest replace every instance of input() with raw_input() and see if it works, also, python 2.7 and 3.0 are basically the same, except no libraries work with 3.0.
NOTE: Only replace input() with raw_input() for the string...