Jim Kleckner wrote: > By the way, it occurs to me that implementing this mechanism > would be an express train for wrapping static libraries > and making the available to Python... Um, no, because it only makes the functions available to other C code, not Python. You still have to write Python wrappers in Pyrex to do that. -- Greg