Mohamed Lrhazi wrote: > is there a way to avoid that by compiling the foo.pyx > directly into native executable?
It's probably not feasible to create a Cython module that will work with no Python interpreter at all. Even a minimal Cython source file probably generates references to various Python runtime routines. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
