> /usr/local/bin/AddressBook: line 6: syntax error near unexpected token `(' > /usr/local/bin/AddressBook: line 6: `name = raw_input("Type the Name - leave > blank to finish")' Were you accidentally trying a python 3 tutorial when your machine only has python 2 installed (or vice versa)? Alan