Regarding the Cythonization, there are 2 separate issues.

First you need to generate the extension module from the Cython code. For 
that you can use any of the steps in the link your referenced in [1]. The 
command line option is a good start if you're just fooling around with your 
code. If you want to distribute your code later, you may want to go the 
distutils path, which is not much harder.

Then, you need to place the extension module in a location where your 
Python interpreter is aware of its existence. You can just cd to the 
current directory where the extension module has been built or update your 
PYTHONPATH appropriately, which Spyder also allows you to do from the GUI.

Hope that helps,

- Ghis

[1] http://docs.cython.org/src/reference/compilation.html

-- 
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.

Reply via email to