I am having trouble importing my_so_file.cpython-35m-x86_64-linux-gnu.so
as a python module.
This answer helps to some extent, but yields an error ImportError: DLL load failed while importing my_so_file: %1 is not a valid Win32 application.
As the answer here suggests, I made sure that both Windows and Python are 64-bit. They also add opencv binaries path to PATH environment variable, but this does not seem to be relevant to me as I don't deal with opencv. But if I have to add something to PATH, I don't quite understand what it would have to be.
Thank you!