Error de texto sublime 2: Al construir juego

Sigo recibiendo este error

Welcome to Tic Tac Toe
Do you want to be X or O?
Traceback (most recent call last):
  File "C:\Python27\last try.py", line 145, in <module>
    playerLetter, computerLetter = inputPlayerLetter()
  File "C:\Python27\last try.py", line 27, in inputPlayerLetter
    letter = input().upper()
EOFError: EOF when reading a line
Finished in 0.2s with exit code 1

Cuando puse el código a un juego de python tic tac toe. ¡¿Puede ayudarme alguien, por favor?!

El código para el juego tic tac toe es dehttp://inventwithpython.com/tictactoe.py

Nota: Intenté instalar y configurar sublimerepl y no resuelve el problema.

Respuestas a la pregunta(1)

Su respuesta a la pregunta