Skip to content Skip to sidebar Skip to footer

Running A Swig Bound Python+c Program Gives A Missing Dll Error When Running On Another Computer

So I have compiled a small testing program that uses SWIG as a bridge between python and C. The main part of the program is the python file. The thing runs fine on my own pc, but a

Solution 1:

Everyone having this problem should probably check out the dependency walker, and see what DLLs are missing. It solved my problem.


Post a Comment for "Running A Swig Bound Python+c Program Gives A Missing Dll Error When Running On Another Computer"