Compiling source and installation woes!

Ofcourse, numarray/arrayobject.h is at

    > /home/karthik/usr/include/python/numarray

    > What should i do next ?

Well it looks like you did not turn off the BUILD_IMAGE flag - set
BUILD_IMAGE = 0 and all the other BUILD_* flags except FT2FONT to 0.
The instructions for how to handle arrayobject are included later in
my instructions, but let's stay on target!

Note that I did give you the wrong path for arrayobject in my previous
email. When you get to step 8, I'm fairly certain you will need

  module.include_dirs.append('/home/karthik/usr/include/python')

JDH