After trying Krisz's answer from here: How to build PJSUA2 (swig) with Visual Studio 2015
I keep getting this error:
import pjsua2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python\lib\site-packages\pjsua2.py", line 15, in <module>
import _pjsua2
ImportError: DLL load failed while importing _pjsua2: The specified module could not be found.
I also tried to copy _pjsua2.lib and pjsua2.py into \Lib\site-packages\ and the _pjsua2.pyd into \DLLs\ to make them available everywhere.