About 50 results
Open links in new tab
  1. python - Making an executable in Cython - Stack Overflow

    Been playing with cython. Normally program in Python, but used C in a previous life. I can't figure out how to make a free-standing executable. I've downloaded cython, and I can make a .pyx …

  2. How to use Cython on Windows 10 with python 3.8 - Stack Overflow

    How to use Cython on Windows 10 with python 3.8 Asked 5 years, 10 months ago Modified 4 years, 8 months ago Viewed 12k times

  3. How to set up a simple hello-world example where a C function …

    Aug 3, 2025 · How to set up a simple hello-world example where a C function calls a Cython function calling a Python function? Asked 4 months ago Modified 4 months ago Viewed 2k times

  4. python - AttributeError: cython_sources - Stack Overflow

    Nov 15, 2023 · Cython rather than Cypthon? Cython is not a culprit in itself, it's the reluctancy of PyYAML to support Cython 3, which was announced years in advance, and which is now very …

  5. python - ImportError: No module named 'Cython' - Stack Overflow

    May 15, 2017 · I'm trying do from Cython.Build import cythonize and I get the message ImportError: No module named 'Cython', but I installed the Cython with the comand pip install …

  6. Compile main Python program using Cython - Stack Overflow

    Feb 24, 2011 · Here is an extremely simple example. I am peforming this from a Debian Sid workstation, using python3 and cython3.. Make sure you have python-dev or python3-dev …

  7. python - Failed building wheel for cython - Stack Overflow

    Dec 11, 2023 · ERROR: Failed building wheel for cython Running setup.py clean for cython Failed to build cython ERROR: Could not build wheels for cython, which is required to install …

  8. Wrapping a C library in Python: C, Cython or ctypes?

    Dec 22, 2009 · With Cython, OTOH, you're completely free to make the wrapping and calling code as thin or thick as you want. You can start with simple calls into your C code from regular …

  9. python - Cython Speed Boost vs. Usability - Stack Overflow

    Apr 23, 2010 · I just came across Cython, while I was looking out for ways to optimize Python code. I read various posts on Stack Overflow, the python wiki and read the article …

  10. python - How can I install cython - Stack Overflow

    In the process of installing Kivy on Windows, I found that I needed Cython. I tried installing it using easy_install cython, but this gave the following error: error: Unable to find vcvarsall.bat I …