python3-pjsip icon indicating copy to clipboard operation
python3-pjsip copied to clipboard

Basic build instructions on Windows

Open IishaWu opened this issue 5 years ago • 2 comments

Follow https://trac.pjsip.org/repos/wiki/Getting-Started/Autoconf and build pjsip with the shared library option enabled: Hello, I try to compile pjsip on windows10 by visual studio 2017. I add C:/Python24/include and C:/Python24/libs in python_pjsua property vcc++ dictionary. Then, I need to build the python_pjsua. However, it will show an error. LNK1104: cannot open file 'python24_d.lib'

IishaWu avatar Sep 11 '19 06:09 IishaWu

@IishaWu Like @bltzmnn said, you need to link to Python3 to use this project. Unfortunately, I cannot provide any support as to how to do that on Windows...

mgwilliams avatar Nov 24 '19 23:11 mgwilliams

hello i am addy can you help me with this error

Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.10/dist-packages/pjsua.py", line 60, in import _pjsua ImportError: libpjsua.so.2: cannot open shared object file: No such file or directory

addyuchiha avatar Nov 28 '23 03:11 addyuchiha