
This directory contains source code illustrating
a method of embedding pure python code inside
python C extensions. This should build on almost
any python-supported platform, although I have only
tried it on win32, cywgin, and Linux. You should
have python 2.1 or newer.

In order to build the examples, run this command
in the current directory:

python setup.py install --install-lib=.

This will 'install' three compiled extensions
in the current directory; these are shared library
files, the filetype is .pyd under win32,
.so under Linux, .dll under cygwin.

