Erro de texto sublime 2: ao criar jogo

eu continuo recebendo esse erro

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

Quando eu coloco o código em um jogo python tic tac toe. Alguém pode ajudar por favor?!

O código para o jogo tic tac toe é dehttp://inventwithpython.com/tictactoe.py

Nota: Eu tentei instalar e configurar o sublimerepl e isso não resolve o problema.