Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package pygame_sdl2 as python wheels. #11

Closed
renpytom opened this issue Aug 5, 2015 · 3 comments
Closed

Package pygame_sdl2 as python wheels. #11

renpytom opened this issue Aug 5, 2015 · 3 comments

Comments

@renpytom
Copy link
Member

renpytom commented Aug 5, 2015

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.

@renpytom renpytom changed the title Package pygame_sdl2 as pygame wheels. Package pygame_sdl2 as python wheels. Aug 5, 2015
@ethanhs
Copy link

ethanhs commented Dec 13, 2015

👍 I would love this.

@renpytom
Copy link
Member Author

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.

@renpytom
Copy link
Member Author

Wheels are now available at:

http://nightly.renpy.org/pygame_sdl2/

and will be released to pypi when 2.1.0 is final.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants