2011/4/21 mark florisson <markflorisso...@gmail.com>: > On 21 April 2011 08:57, Vitja Makarov <vitja.maka...@gmail.com> wrote: >> Now we have cythonrun build script, may be it's time to create script >> for easy module building? >> >> -- >> vitja. >> _______________________________________________ >> cython-devel mailing list >> cython-devel@python.org >> http://mail.python.org/mailman/listinfo/cython-devel >> > > We have cythonize(): > http://wiki.cython.org/enhancements/distutils_preprocessing . Is > something like that what you mean? Unfortunately I believe it doesn't > parse sys.argv (yet). Perhaps a recursive option would also be useful.
Not exactly cythonize is for distutils and friends. I mean simple script that run cython compiler and then build shared python module. It's much better then manually run cython then gcc or write makefile for this. -- vitja. _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel