This example builds a static version of the Python interpreter.

To do this, make sure you put %include embed.i in your
interface file.   In order to provide access to all of
the normal built-in Python modules, make a copy of
swig_lib/python/embed.i in this directory, and edit the
inittab[] entries.   To find out what modules your version
of Python has now, look at the file config.c in 
/usr/local/lib/python/lib or /usr/local/lib/python/config.


