Dear SAGE team, i know how to write "blah.pyx" and turn it into a shared object "blah.so" using pyrex, such that i can use the blah-module in python by "import blah".
Now i would like to use SAGE functionality in my blah-module. I know that i can write a "blah.spyx" file and use it in SAGE by "load". Then, the module is compiled while it is loaded, which may take a long time. My question: Is there a way to turn "blah.spyx" into "blah.so", so that the lengthy compilation is done only once rather than repeatedly when the module is loaded? Yours sincerely Simon --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---