Import Error: The [name] C module is not installed

ok, I figured out that I can’t assign an image to an object using python(yet) :smiley: , so I am trying another route using PIL library and some other stuff. However, I am getting an Import Error - [name] C module not installed.

I have 3 questions:

 1.     Does that mean that the script is looking for [name].dll file ?

 2.     if so, how can I compile [name].c to [name].dll ?
         I remember seeing something on the old blender.nl/python site.

 3.     Should this file be placed in the same dir as script or blender ?

me think me over my head and in it deep :-?

BaDbOyHeRe