insidesherpa / JPMC-tech-task-1-PY3

50 stars 447 forks source link

SyntaxError: Missing parentheses in call to 'print'. Did you mean print("error getting stocks...reinitalizing app")? #172

Open Dushyantsingh-ds opened 4 years ago

Dushyantsingh-ds commented 4 years ago

When i run the Command "python server.py"

then i get a error message that is "SyntaxError: Missing parentheses in call to 'print'. Did you mean print("error getting stocks...reinitalizing app")?"

i also change the syntax of print() function

from -> print 'HTTP server started on port 8080 to -> print ("HTTP server started on port 8080")

but nothing did happened.

pilot-satyam commented 3 years ago

I am also getting the same error in the server and the client side as well.

Roshinl commented 3 years ago

Command "python server3.py" worked after I had this same issue.

vigneshini commented 3 years ago

but i am getting the same error repeatedly.