pygame_sdl2 icon indicating copy to clipboard operation
pygame_sdl2 copied to clipboard

Why don't have yet a release in PyPI?

Open ryukinix opened this issue 8 years ago • 8 comments

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

ryukinix avatar Mar 01 '16 09:03 ryukinix

+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.

TTimo avatar Apr 21 '16 16:04 TTimo

Why would you require in pypi to test it out?

metulburr avatar Jun 01 '16 14:06 metulburr

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.

TTimo avatar Jun 01 '16 14:06 TTimo

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

samiscoolco avatar Dec 13 '16 19:12 samiscoolco

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

mclaughlinconnor avatar Dec 27 '16 08:12 mclaughlinconnor

@Connor124 will do thanks!

samiscoolco avatar Dec 28 '16 04:12 samiscoolco

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

erikbgithub avatar Jan 08 '17 11:01 erikbgithub

Any progress on this ?

olymk2 avatar Jun 08 '17 08:06 olymk2