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

Python 3 migration #2

Open
solarkraft opened this issue Aug 30, 2019 · 3 comments
Open

Python 3 migration #2

solarkraft opened this issue Aug 30, 2019 · 3 comments

Comments

@solarkraft
Copy link

This one is pretty obvious: There are about 3 months left until Python 2 will be really, really, really dead for real.

@solarkraft
Copy link
Author

solarkraft commented Aug 30, 2019

I see that @zanppa has already done some migration work in 0b091dd.
A problem raised is that SOAPpy doesn't work directly with Python 3. There is a migrated version SOAPpy-py3, however the author recommends against using SoapPy at all, recommending people to use suds instead.
Maybe that'd be a good idea?

@solarkraft
Copy link
Author

solarkraft commented Aug 31, 2019

So I installed SOAPpy-py3 (pip3 install git+https://github.com/Synerty/SOAPpy-py3.git) and did some minor stuff in 0e31ef2 and 461942. Sorry about the relative mess, I'm still getting my work flow set up.

@zanppa
Copy link

zanppa commented Sep 5, 2019

I planned to migrate the library to python 3 but I didn't finish that because even though I got around using SOAPpy-py3 (if I remember correctly), there was some issues with Twisted which seemed to use tuple parameters or something. I never got around to check if there was an easy way to fix that...

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

No branches or pull requests

2 participants