我正在用python和{a2}创建一个塔防游戏。我想把这个添加到googleplay商店,但是我需要创建一个apk文件。在
我在学习GitHub的教程:
https://github.com/renpytom/rapt-pygame-example。
我按照所有说明操作,但无法安装pygame_sdl2。
我使用命令提示符,并在适当的目录中使用$ python setup.py install。在
但它给了我一个错误:C:\Users\gomes\Downloads\pygame_sdl2-master>python setup.py install
Traceback (most recent call last):
File "setup.py", line 59, in
parse_cflags([ "sh", "-c", "sdl2-config --cflags" ])
File "C:\Users\gomes\Downloads\pygame_sdl2-master\setuplib.py", line 93, in parse_cflags
output = subprocess.check_output(command, universal_newlines=True)
File "C:\Python27\lib\subprocess.py", line 212, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "C:\Python27\lib\subprocess.py", line 390, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 640, in _execute_child
startupinfo)
WindowsError: [Error 2] Le fichier spÚcifiÚ est introuvable
我试图重新安装pygame_sdl2-master,但得到了相同的结果。在