在server.py [server.py] [1] /当我点击游戏的方块进行移动时,我收到以下错误。
main
Server.py: [1]:volatile
在client.py [client.py] [1]中我收到以下错误:
File "server.py", line 36, in run
self.connection.send((self.mark) )
TypeError: a bytes-like object is required, not 'str'
client.py [1]:http://pastebin.com/HR3DC6Kd
我正在使用python3。怎么解决这个?我已经尝试了一切。