Closed renpytom closed 8 years ago
:+1: I would love this.
http://share.renpy.org/pygame_sdl2-2.0.0-cp35-none-win32.whl
Is the first wheel I've built, for Python 3.5 32-bit on Windows. More soon.
Wheels are now available at:
http://nightly.renpy.org/pygame_sdl2/
and will be released to pypi when 2.1.0 is final.
The wheels should include SDL2 and the various other libraries it will use.
Key to getting this to work will be adding a module that calls SetDllDirectory on windows, ensuring that the package directory is in the DLL search path before anything that links to SDL2 is loaded.