nyptho

from Dec 2004 to Oct 2007

Nyptho is an embedded python interpreter for MaxMSP, originally written by Bill Orcutt. I have updated nyptho to work with the standard Python/C API (for OS 10.3 or 10.4), instead of the older MacPython API on OS 10.2 and before.

If you have OS 10.2 or eralier, you should use Bill Orcutt's original

Current Version

Current version is 0.4.2 (October 16, 2007).

If you find bugs, please let me know.

Download

Source is included, and it should be relatively easy to compile these for any other (standard python/c api supporting) python on any other operating system.

Note:

This may not work if you have more than one installation of python in your search path (such as fink python or MacPython), due to this bug. Instructions for removing older versions of MacPython can be found on the MacPython FAQ.