As far as this script is concerned, you could probably do without it it, provided you at least have the Python headers installed.
Just remove the line that says: python-config --libs > /dev/null || exit
And then change: $(python-config --includes)
To something like this: -I/usr/include/python2.4
- Jeff