Search code examples
My Python program crashes with "Fatal Python error: deallocating None". What does this err...

pythonswigfatal-errorpython-c-api

Read More
let swig handle a c struct hack (__flexarray)...

c#cswig

Read More
MinGW / SWIG built python extension failing to load in Anaconda command terminal...

cpython-3.xmingwswig

Read More
SWIG: Access Array of Structs in Python...

c++python-3.xlinuxswig

Read More
Wrap all swig-generated methods in try { } catch...

javaandroidandroid-ndkswig

Read More
SWIG: how to wrap a function that takes reference to int64_t as parameter?...

c++python-3.xlinuxg++swig

Read More
How to abort Python script calling C function using Swig?...

pythoncswigabort

Read More
Using SWIG to Wrap C++ Function With Default Values...

c++python-3.xlinuxg++swig

Read More
SWIG/Python: Unable to access referenced parameter in Python callback...

pythonc++inheritancecallbackswig

Read More
How to add an import statement in a Go wrapper generated by SWIG...

goswig

Read More
Gradle task ordering issue in Android Studio...

c++cmakeandroid-gradle-pluginswigandroid-studio-2.2

Read More
SWIG Converting Python list to a char ** example fails...

pythonc++swigswig-typemap

Read More
SWIG, Python and interface file with inline directive...

pythoncswig

Read More
CMake SWIG dependency on headers of external project...

cmakedependenciesswigexternal-project

Read More
SWIG Attribute Error: module has no attribute 'delete_...'...

pythonc++swig

Read More
Why is my swig generated tcl code missing methods at runtime?...

c++tclswig

Read More
How to create a DLL with SWIG from Visual Studio 2010...

c++pythonvisual-studio-2010swig

Read More
How to use autotools to build Python interface at same time as library...

c++pythonswigautotoolsautoconf

Read More
SWIG LUA C++ wrapper...

c++luaswig

Read More
Access uint8_t vector in Java via SWIG...

javac++swig

Read More
Using preprocessor macros to define primitive values as function arguments using SWIG...

cswig

Read More
Numpy.i typemap for multiple arrays of different types...

pythonarrayscswigtypemaps

Read More
Extending a Python class with the same name and return subclass instance...

pythoninheritanceswig

Read More
SWIG Python undefined symbol error...

pythonc++swig

Read More
SWIG C# Passing binary data with directors="1"...

c#swig

Read More
Cannot include <endian.h> when generating SWIG bindings...

swig

Read More
How can I wrap a variadic template member function of a variadic template class in SWIG?...

c++templatesluavariadic-templatesswig

Read More
SWIG JAVA typemaps configuration...

javac++swigtypemaps

Read More
How to build python extension module with waf on windows/visual studio?...

pythonwindowsvisual-studioswigwaf

Read More
Iterate `std::vector<std::string>` from Go?...

c++goswig

Read More
BackNext