i'm using debian 3.1
attempting to install a game (bub n bros to be exact), it required python which I already have but i get this error after i run 'make':
Code:
python setup.py build_ext -i
running build_ext
error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory)
make[1]: *** [statesaver.so] Error 1
make[1]: Leaving directory `/home/nick/bubbros-1.3/bubbob'
make: *** [all] Error 2
i don't understand this because i do not have a dir /config anywhere in /usr/lib/python2.3/; so obviously i know why it's not able to find Makefile but nor do I know why or how I would go about fixing this.. any help is appreciated