#CT990407 this patch is no longer necessary for Python1.5

To make this stuff work you need have the newmodule installed on your
system.  It is part of the standard distrubution, but is turned off by
default.  In Modules/Setup you must uncomment the line that enables
it.  Before rebuilding, you must also apply the newmodule.patch from
this directory.  Typing

        patch < newmodule.patch

in the Modules sub-directory works for me.

Then, copy functor.py and template.py to your Python library directory
or somewhere else in your $PYTHONPATH.





