This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am trying to interface a CPP library with Python using Ctypes. The cpp code I am trying to interface is available here. All code used here is available here. The python code that is used to interface is written in gdist.py. gdist.py import ctypes import glob import os import [...] read more