Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 support? #5

Open
efficacy38 opened this issue Nov 23, 2022 · 2 comments
Open

Python3 support? #5

efficacy38 opened this issue Nov 23, 2022 · 2 comments

Comments

@efficacy38
Copy link

Since python2 is deprecated, most of the packages stopped support of python2.
There is someone created the pjsua's python3 wrapper.
Should we try to upgrade this project to python3?
I think this is an excellent repo, but it needed to adapt current python3 environment.
If the upgrade is okay, I would be glad to do the python3 translation.

@Kaian
Copy link
Member

Kaian commented Nov 23, 2022

Hi @efficacy38

I was not aware a python3 wrapper existed for pjsua python bindings. I thought it was something that was not being maintained anymore.

We build bbs in a docker image against an old pjsip version using this Dockerfile

I'm okey with upgrading, but currently I have no much spare time, so any help is highly appreciated.

Is it required to update anything apart from bbs code?

Thanks in advance!

@efficacy38
Copy link
Author

@Kaian, I think we may not need to update the code apart from the bbs code.
The python3 wrapper works like the python2 version in my current experience.
I think just change some of the outdated python package's syntax.

I will try to add some tests, update this repo to the python3 version in my free time and check the python3 wrapper's codebase, I would update the code if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants