It seems like compiling an __init__.pyx that contains a cimport statement is buggy. This is my folder-structure:
I am walking through the Cython documentation and building each of the example apps. I\'m a little stuck at Using C Libraries. After successfully building the .so file and attempting to import it in a
I want to write a little IDE for Cython using PyQT, but I don\'t have any idea how to implement Syntax Highlighting.
I need to modify a non-public attribute of an instance of C within another instance. cdef class C: cdef C superC
I am having trouble installing and using pyffmpeg in OSX. (Snow Leopard) I tried different versions. Only configuration that seems to install is Python2.6, Cython 0.13 and pyffmpeg 2.0. (Python, ffmp
Is there a possibility to overload __cinit__ or __add__ ? Something like this: cdef class Vector(Base):
Now that I\'ve successfully installed Cython on Windows 7, I try to compile some Cython code using Cython, but gcc makes my life hard.
I\'m struggling with installing Cython on Windows 7 x64. I downloaded and installed the automated MinGW installer. The created a distutils.cfg to the distutils folder with the following content:
I am using cython for building an extension module. The module depends on an external shared library, which is found when the module is built. Further I have some pure Pyth开发者_StackOverflow中文版on
I\'m fairly new to Cython extension-types and puzzled with the following Cython-related ValueError that is thrown during runtime: