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