renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
326 stars 64 forks source link

Json import freezing bugfix #96

Closed MyreMylar closed 6 years ago

MyreMylar commented 6 years ago

Fixes the bug where frozen executable programs (made using PyInstaller) would hang with a json import error.

I also added similar import statements for the render module for completeness, since they seemed to be missing.

Fixes #94

MyreMylar commented 6 years ago

As I posted in my other pull request - I've discovered why people use branches for everything. This pull request isn't actually dependent on the previous one but it appears to be so because I made that one directly from master of my fork like a foolish novice.

I'm not sure if it's messier to try and start over or just leave it as it is. It seems withdrawing pull requests is just as messy. I suppose if you choose to accept both pull requests then it doesn't really matter.

I had/have some readme changes too but since even branching them off properly will make them dependent on my first pull request I'll leave it alone for now until these two get merged or rejected or whatever the process is.

Cheers.