On Wednesday, October 22, 2014 10:38:15 PM UTC+10, John Lambert wrote: > > *A compile button:* > Hey, we know it is a cython file with that pyx extension, so why not have > a button and shortcut that runs a nice little script: >
Hey, I made https://github.com/cjrh/easycython as a convenient one-liner for cythoning my modules. It mostly does the same thing as the code you've shown, but annotation is turned on by default. What's not handled is automatic dependencies between cython modules (e.g. things cimporting each other). But anyway, I just thought I would mention it. It should be pretty easy to drive from a button, but I don't have very much free time unfortunately. regards Caleb -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
