Robert Bradshaw wrote: > Sounds like a good idea to me, though most people use distutils > rather than invoking the compiler manually.
I no longer recommend that people use the distutils extension. It's better to import the Pyrex compiler in your setup.py and call it explicitly, then just use distutils to deal with the resulting .c files. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
