Remance

Results 27 comments of Remance

Hmm weird, I never get this error before. By the way you probably should uninstall pygame-ce now in case there are conflicts with normal pygame. Also for reference, what OS...

> ```python > EOFError: Ran out of input > ``` Seem to be an issue of empty cache file. Maybe the game crashed or closed while the cache data being...

That is weird because "data = pickle.load(handle)" is for cache file loading. > Still getting the tobytes error: > > ```python > File "C:\Users\user\Documents\GitHub\Masendor\engine\data\datacacher.py", line 53, in __getstate__ > return...

The error makes no sense because tobytes is a function for pygame.image for both normal Pygame and Pygame-ce. Maybe worth making new clean virtual environment? https://pyga.me/docs/ref/image.html#pygame.image.tobytes https://www.pygame.org/docs/ref/image.html#pygame.image.tobytes

Dunno about URL extra dots to be honest. Probably related to domain or specific HTML structure or something. I would recommend you setup virtualenv for each project or maybe, one...

So it crash for both pygame-ce and normal pygame? Both same error? I assume it the AttributeError: module 'pygame.image' has no attribute 'tobytes'

Very weird for sure, wonder what the issue stem from.