Python-Checkers-AI icon indicating copy to clipboard operation
Python-Checkers-AI copied to clipboard

Pickle pygame object

Open LucasColas opened this issue 3 years ago • 1 comments

How did you avoid this error :

TypeError: can't pickle pygame.Surface objects

We can have this error when we deepcopy an object with pygame objects.

LucasColas avatar Apr 06 '21 05:04 LucasColas

had the same issue here, have you managed it out?

HCGCP avatar Feb 13 '23 03:02 HCGCP