On Friday, October 24, 2014 4:42:20 AM UTC+10, John Lambert wrote: > > The easycython script works really well. Cython magic works but my > primary mode of development is python scripts, not IPython notebooks. How > difficult would it be to have the run button run the easycython script on > the respective file? Still, it may be nice to create the setup file so > that the user can easily edit key parameters such as the optimization level > and compiler. >
I agree. The easycython tool is great for simple cases, but being "setup.py"-aware will be much more beneficial in the general case. It should be tractable to create a GUI interface for the setup.py file. Most of the cython-based setup.py files I have seen (and made) have been extremely similar, save for the actual module names being compiled. The pypi stuff can also be configurable in a gui, and reused for multiple projects. It's a bit of work though, and I don't have time. Still, a nice project. I'll think about it a bit more. -- 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.
