renpy / pygame_sdl2

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

It's possible to get pygame_sdl2 without installing? #117

Closed UnidayStudio closed 1 month ago

UnidayStudio commented 5 years ago

I tried to install pygame_sdl2. It said that I've to download windeps. Done. Then said that I've to install Win SDK. Ok. Then Win SDK said that I've to install .NET. I could not install .net for some weird reason (windows errors but no explanation about what happened, just "windows could not install this program"), so I could not install Win SDK so I could not install pygame_sdl2.

So is there a way to get the installed folder directly so I'll just have to copy and paste them inside my project? It will be better because I want to share my project source and I don't want to bother people asking to install stuff.

So if you could, please send me the direct folder.

Thanks and sorry for the weird issue. :)

LeehamElectronics commented 3 years ago

I would like to be able to do this too, I'm getting the following error like many people are:

C:\pygame_sdl2-master>python setup.py install
pygame_sdl2.error is out of date.
Traceback (most recent call last):
  File "C:\pygame_sdl2-master\setup.py", line 110, in <module>
    cython("pygame_sdl2.error", libs=sdl_libs)
  File "C:\pygame_sdl2-master\setuplib.py", line 248, in cython
    subprocess.check_call([
  File "C:\Python39\lib\subprocess.py", line 368, in check_call
    retcode = call(*popenargs, **kwargs)
  File "C:\Python39\lib\subprocess.py", line 349, in call
    with Popen(*popenargs, **kwargs) as p:
  File "C:\Python39\lib\subprocess.py", line 947, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Python39\lib\subprocess.py", line 1416, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified