0

I'm trying to install pgext to use in conjunction with pygame, however when running python setup.py install I get the following error

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'

Any help much appreciated

4

1 回答 1

1

您好,您需要安装 SDL 头文件/开发包 (libsdl1.2-dev)。

但是 pgext 仅在 linux x86、64 和 Win32 上进行了测试。如果您有任何错误,请随时与我联系。

于 2013-07-16T18:26:10.173 回答