Top "Swig" questions

SWIG is an interface compiler that connects programs written in C and C++ with scripting languages such as Perl, Python, Ruby, and Tcl.

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader

Is there someone who had experience with this error? java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/…

android c++ swig android-library
How to install SWIG?

Noob question ahead... I'm trying to install SWIG on Windows. According to the INSTALL document, I have to cd to …

windows installation swig
Installing pocketsphinx python module: command 'swig.exe' failed

I'm getting something like this. Can anyone please tell me how to fix this. C:\Users\krush\Documents\ML using …

python swig pocketsphinx
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++

I am building a C++ extension for use in Python. I am seeing this warning being generated during the compilation …

c++ python gcc swig
Import error: DLL load failed in Jupyter notebook but working in .py file

I installed BreakoutDetection the module in Anaconda environment. When I tried to import the module using import breakout_detection in …

python anaconda jupyter-notebook swig python-importlib
Extending python - to swig, not to swig or Cython

I found the bottleneck in my python code, played around with psycho etc. Then decided to write a c/c++ …

python c++ c swig cython
M2Crypto doesn't install in venv, or swig doesn't define __x86_64__ which breaks compiling against OpenSSL

I'm trying to install the Python M2Crypto package into a virtualenv on an x86_64 RHEL 6.1 machine. This process invokes …

python linux openssl swig virtualenv
Python: SWIG vs ctypes

In python, under what circumstances is SWIG a better choice than ctypes for calling entry points in shared libraries? Let's …

python c++ swig ctypes ffi
Generating Java interface with SWIG

I'm using SWIG to make a Java wrapper of a C++ library (about Json (de)serialization) to use it on …

java c++ java-native-interface swig
How to Install M2crypto on Windows

After installing OpenSSL, downloading the pre-built Swig executable, and ensuring the openssl libraries are located in the default c:\pkg, …

python windows openssl swig m2crypto