Search code examples
How to build and distribute a Python/Cython package that depends on third party libFoo.so...

pythonsetuptoolspython-extensionspython-packaging

Read More
Segmentation fault on Python extension method...

pythonc++python-extensions

Read More
`unique_ptr`s causing 'undefined symbol' in python extension...

pythonc++unique-ptrpython-extensions

Read More
Building 64 bit Python extension on Windows tuple : undeclared identifier...

c++cythonpython-extensions

Read More
compile libdnet for python 2.7...

pythonwindowsscapypython-extensions

Read More
Python C Extension: PyEval_GetLocals() returns NULL...

pythonc++cpython-c-extensionpython-extensions

Read More
How can I write a C function that takes either an int or a float?...

pythoncpython-extensions

Read More
Bundling C++ extension headers with a Python package source distribution...

pythonpackagingpython-extensionspython-packaging

Read More
two-dimensional python dict with shared memory...

pythondictionarypython-extensions

Read More
how to write setup.py to install python extention (xxx.so file) built by SWIG?...

pythonswigsetup.pypython-extensions

Read More
How to create and return a function object in a c extension module?...

pythonchigher-order-functionspython-c-apipython-extensions

Read More
Compiler can't find Py_InitModule() .. is it deprecated and if so what should I use?...

pythoncpython-extensions

Read More
How to deal with uint8_t on a Python Extension?...

pythonpython-extensionsuint8t

Read More
How to return a value from C to python from C's PyObject type of functions?...

pythoncpython-c-apipython-c-extensionpython-extensions

Read More
How to add an alternative constructor to the target language (specifically Python) in SWIG wrapping ...

pythonc++swigpython-extensions

Read More
Unable to compile swig generated wrapper for c++ python extension...

pythonc++swigpython-extensionssdn

Read More
using a C extension in python, without installing it as a module...

pythoncpython-2.7python-c-apipython-extensions

Read More
Passing a float array pointer through a python extension/wrapper – SndObj-library...

pythonc++python-2.7pointerspython-extensions

Read More
Conflict between two linux shared objects defining the same function name...

linuxpyqtldpython-embeddingpython-extensions

Read More
How to write python extensions in pure asm and would it be efficient?...

pythonassemblypython-extensions

Read More
Py_BuildValue: make tuple with bool?...

pythonpython-extensions

Read More
Python module installation fails because the gcc command is missing a flag...that the gcc command ha...

pythoncgccpython-extensions

Read More
Why would Python on Windows require using the same version of Microsoft Visual C++ to build native e...

pythonwindowspython-extensions

Read More
Can't import module created using SWIG...

pythonswigpython-3.4python-extensions

Read More
Relative include paths when building an RPM for a python extension using distutils...

pythonrpmdistutilspython-extensions

Read More
Building 64-bit Python extensions with f2py on Windows...

numpymingwf2pypython-extensionsmingw-w64

Read More
PyArg_Parse returning frame object instead of PyLongObject...

pythoncpython-extensions

Read More
building python C++ extension -- how to know if a linked library cannot be found...

pythondistutilspython-extensions

Read More
Accessing global variables from a python callback of C extension API...

pythoncallbackpython-c-extensionpython-extensions

Read More
What's the difference between tp_clear, tp_dealloc and tp_free?...

pythoncpython-extensions

Read More
BackNext