我正在尝试安装pgext以与pygame结合使用,但是在运行时 python setup.py安装 我收到以下错误
Include path not found (SDL)
SDL: /usr/lib/arm_linux-gnueabihf
Traceback (most recent call last):
File "setup.py", line 198, in <module>
cfgsetup.configure()
File "setup.py", line 167, in configure
incdirs.append(self.ext_include_dirs[incd])
KeyError: 'SDL'
任何帮助非常感谢
答案 0 :(得分:1)
您需要安装SDL标头/开发包(libsdl1.2-dev)。
但是pgext只在linux x86,64和Win32上测试过。 如果您有任何错误,请随时与我联系。