python-ESL icon indicating copy to clipboard operation
python-ESL copied to clipboard

FreeSWITCH's ESL SWIG wrapper for Python packaged with setuptools

Results 8 python-ESL issues
Sort by recently updated
recently updated
newest added

Swig 4 deprecated `-classic`. https://github.com/sangoma/python-ESL/blob/a9ce41832cbd23557183120dd5027631f70d6ea2/setup.py#L25 Relevant output (compilation fails with exit status 1): ``` swig -python -classic -c++ -DMULTIPLICITY -threads -I. -o ESL_wrap.cpp ESL.i Deprecated command line option: -classic. This...

The -classic option is deprecated into newer SWIG versions, so it breaks the install

I'm trying install that module under windows and getting Environment: - Windows 7 - swigwin-3.0.12 - MSVC 14.26.28808 > Running setup.py install for python-ESL ... error ERROR: Command errored out...

I use this library in my big project. After few calls to freeswitch we have memory leek at this call `event = self._fs_connection.recvEventTimed(1)`

Dear team, I am developting a freeswith application, when I used python ESL module, I always got the error: segfault at 10 ip 00007fdcec6e39ba sp 00007fdcd4e1d4c0 error 4 in _ESL.cpython-38-x86_64-linux-gnu.so[7fdcec6de000+12000],...

Good day community. Sorry for reporting the second issue around similar scope, but this time the issue is different, so I tend to localize such things in parts. I've recently...

Good day community. I've recently come across an issue with the installation via pip. Command I do run: `sudo pip install python-ESL --break-system-packages` During the installation I get the following...