Skip to content

Tag: python-socketio

Why python pickle does not work dos to unix?

Few days ago I coded a mini game to learn socket and threading. When I run my game server and client on windows it just works perfectly but when I moved my server file to my test server it gives me this pickle error: What could be the problem? Whole game files: ——————&#8212…