Possible Duplicate:
How to get a python server to convert recvline to a string?
I can easily communicate from my C client to my python server. The server can print what my client sends it, but for some reason doesn't see the data type as a string? Why is this?