Closed NuthanReddy closed 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
I have the same issue. Using python 2.7 on macports.