On Fri, Sep 12, 2014 at 12:25 PM, Mike Müller <mmueller@python-academy.de> wrote:
You should try pure Python mode:
http://docs.cython.org/src/tutorial/pure.html

So I leave my Python code as-is in somemodule.py and put the Cython declarations in somemodule.pyd. My make targets are map pyd files to so instead of pyx to so? (I don't use setup.py. I'm very old school.)

Thx,

Skip