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

setup on win7 x86-64 python 3.5 x86 #54

Closed LukeMS closed 8 years ago

LukeMS commented 8 years ago

python.exe setup.py install:

Traceback (most recent call last): File "setup.py", line 47, in parse_cflags([ "sh", "-c", "sdl2-config --cflags" ]) File "C:\pygame_sdl2\setuplib.py", line 93, in parse_cflags output = subprocess.check_output(command, universal_newlines=True) File "c:\Python35-32\lib\subprocess.py", line 629, in check_output *_kwargs).stdout File "c:\Python35-32\lib\subprocess.py", line 696, in run with Popen(_popenargs, kwargs) as process: File "c:\Python35-32\lib\subprocess.py", line 950, in init** restore_signals, start_new_session) File "c:\Python35-32\lib\subprocess.py", line 1220, in _execute_child startupinfo) FileNotFoundError: [WinError 2] O sistema n\xe3o pode encontrar o arquivo especificado (=The system couldn't find the specified file)

LukeMS commented 8 years ago

my mistake, "pygame_sdl2_windeps" was named as "pygame_sdl2_windeps-master" in the install folder.