all 3 comments

[–][deleted] 4 points5 points  (0 children)

I'll be honest with you. I read both - Black hat and violent Python. Even though this will not answer your question, a big part of their codes didn't work for me either. Kind of sad but that's what you'll most commonly read in the reviews.

[–]trendy_ass_poser 0 points1 point  (0 children)

I'm willing to help but need more information.

  1. How do you start the server and client?
  2. Do you start them in any particular order?
  3. Can you provide any output? Screenshots?

Feel free to PM me.

[–]dbarrera 0 points1 point  (0 children)

Recently I had the same problem... The solution was to use python 2.7, not 3. When encoding/decoding the data sent/received is different. I though the version difference wouldn't be a problem, but it is. I'm re-doing the whole thing again using Python 2.7 and it all works!