Top "Python-extensions" questions

Python is an interpreted, general-purpose high-level programming language whose design philosophy emphasizes code readability.

compile libdnet for python 2.7

I'm trying to use scapy on win32 python2.7 I've manage to compile all the other dependencies expect this one can …

python windows scapy python-extensions
Building 64-bit Python extensions with f2py on Windows

I'm attempting to build a Python extension from Fortran source using Numpy's f2py.py script. I'm following the steps …

numpy mingw f2py python-extensions mingw-w64
Why I get "C extension could not be compiled" when installing simplejson?

btw, i am using windows, so do i have to install visual studio? (py) D:\python>pip install simplejson …

python windows visual-studio python-extensions
how to write setup.py to install python extention (xxx.so file) built by SWIG?

Using SWIG to build python extensions (xxx.so) is easier than distutils. You don't need to write a wrap.c …

python swig setup.py python-extensions