renpy / pygame_sdl2

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

Why don't have yet a release in PyPI? #39

Closed ryukinix closed 5 months ago

ryukinix commented 8 years ago

I think woud be cool if the project was deployed to PyPI.

TTimo commented 8 years ago

+1 Make it happen guys!

I will test this out with a reasonably complex Windows/Linux/OSX game once I can easily grab it from PyPI.

metulburr commented 8 years ago

Why would you require in pypi to test it out?

TTimo commented 8 years ago

Not required, just convenience. I have enough work as it is, I don't want to try pygame_sdl2 badly enough to pull the git repo and do more work setting it up. Once it lands on PyPI, it's an indication that it's getting closer to broader consumption for end users.

samiscoolco commented 7 years ago

I can't even figure out how to install this on windows, and I'd really like to try it. This is the error I am getting for anyone who can help: C:\Users\Sam Tubb\Desktop\pygame_sdl2-master>python setup.py install pygame_sdl2.error is out of date. Traceback (most recent call last): File "setup.py", line 109, in <module> cython("pygame_sdl2.error", libs=sdl_libs) File "C:\Users\Sam Tubb\Desktop\pygame_sdl2-master\setuplib.py", line 245, in cython c_fn]) File "C:\Python27\lib\subprocess.py", line 499, in check_call retcode = call(*popenargs, **kwargs) File "C:\Python27\lib\subprocess.py", line 486, in call return Popen(*popenargs, **kwargs).wait() File "C:\Python27\lib\subprocess.py", line 672, in __init__ errread, errwrite) File "C:\Python27\lib\subprocess.py", line 882, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified

Would be nice to have this on PyPi

mclaughlinconnor commented 7 years ago

Try installing Cython. I had an error very similar to this.

samiscoolco commented 7 years ago

@Connor124 will do thanks!

erikbgithub commented 7 years ago

Ping. This is a valid question. It's also not that hard. Does this need some compiled code or something?

olymk2 commented 7 years ago

Any progress on this ?