insidesherpa / JPMC-tech-task-1-PY3

50 stars 447 forks source link

Unable to create patch file #108

Open anikamody opened 4 years ago

anikamody commented 4 years ago

image

Rutuja-divekar commented 4 years ago

I am also facing the same error.

shivammotani commented 4 years ago

Use Double quotes instead of single.......e.g "Create patch File"

goku9313 commented 4 years ago

Need Help How are you able to run client.py and server.py file When I am running server.py it shows me below message and nothing on screen HTTP server started on port 8080 if I run client.py I got lots of error Help if You could

shivammotani commented 4 years ago

Need Help How are you able to run client.py and server.py file When I am running server.py it shows me below message and nothing on screen HTTP server started on port 8080 if I run client.py I got lots of error Help if You could

If you are getting " HTTP server started on port 8080", then there is no issue with your server.py file. What you need to do is run client.py file along with server.py file in a sepaate command window...i.e run both files simultaneously in different terminals...Hope this helps

goku9313 commented 4 years ago

Thanks it works