-
Notifications
You must be signed in to change notification settings - Fork 82
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 support #23
Comments
Not planning on doing immediately though its in the roadmap. We mostly use it for the tryton magento integration and when tryton moves to python 3 this module should too. However, happy to accept a PR if you would like to implement it :) |
running 2to3 should fix most issues I guess |
With the following patch I'm able to install magento on Python 3.4. It uses "suds-jurko" instead of "suds" as apparently "suds" has not been ported yet and "suds-jurko" is the only viable alternative so far.
|
This patch seems to work perfectly. Any chance we could get this added to the repo? I'd like to be able to create a submodule out of your repo. |
Can you send a patch to https://github.com/fulfilio/python-magento ? not maintained here anymore. |
This is currently missing. Any plan to migrate magento to Python 3?
The text was updated successfully, but these errors were encountered: