I have just compiled part of my C library as an extension using Cython, as a "proof of concept". I managed to hack the code (const correctnes problems etc aside), to finally get an extension built.
However, when I attempted to import the newly created extension, I got the following error:
ImportError: dynamic module does not define init function
What am I doing wrong and how do I fix this?
I am using Cythn 0.11.2 and Python 2.6.5 on Ubuntu 10.0.4
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…