jezhiggins / eliza.py

A cheesy little Eliza knock-off
MIT License
89 stars 48 forks source link

Had to type each sentence in quotes. #2

Closed NuthanReddy closed 6 years ago

trebitzki commented 6 years ago

I have the same issue. Using python 2.7 on macports.

trebitzki commented 6 years ago

I just did

$ cd Downloads/eliza.py-master
$ python eliza.py
... intro ...
Hello.  How are you feeling today?
> OK, I guess
Traceback (most recent call last):
  File "eliza.py", line 313, in <module>
    command_interface()
  File "eliza.py", line 303, in command_interface
    s = input('> ')
  File "<string>", line 1
    OK, I guess
              ^
SyntaxError: unexpected EOF while parsing