Recent content by evavaalundroth

  1. E

    TCP Server from Black Hat Python 2nd Edition (Issue with the client_handler = line) Any advice?

    Thanks! I consider it the ultimate intellectual challenge. Keeps me sharp! :)
  2. E

    TCP Server from Black Hat Python 2nd Edition (Issue with the client_handler = line) Any advice?

    Thank you! Eh well in the book it put those numbers by the lines, so I did too lol. At first, it had like 5 problems and 4 of them were the lines with those numbers. So when I put the parenthesis around them, the problems disappeared, so I figured it was solved. Then there was just the last...
  3. E

    TCP Server from Black Hat Python 2nd Edition (Issue with the client_handler = line) Any advice?

    Ok so, I'm reading through Black Hat Python 2nd Edition, and it's excellent. I'm working on the TCP Server right now, but there's a problem in the code on the client_handler = line. It seems to have some sort of indentation or syntax issue, I'm not really sure which. It gives me the error...
Back
Top