-
Notifications
You must be signed in to change notification settings - Fork 49
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
Make balanced-python compatible with python 3 #75
Comments
I think we're definitely open to doing this. I actually attempted this about a year ago but gave up because one of the underlying libraries didn't support it at that time. Here's a list of the requirements for the 1.1 branch of balanced-python, the first step would be to make sure all the libraries are compatible with python3.
It appears they are all at least installable since running |
It's failing installing After working around that, it appears that wac uses some libraries (httplib for a start) which do not exist in python3. We're currently using an outdated version of wac so I think we're going to block on #74 before this can continue. |
I'm interested in this as well. I've done the minor patching to wac and balanced python needed to get imports working, but unable to run the test suite because of a few other incompatibilities. Would you accept a pull request that adds a dependency of six? |
@mjallday unittest2 is not required because it has been merged in python2.7 + |
@icook have you looked at using http://python-future.org/index.html ? |
I've heard of it but hadn't looked into it much. I'll look into using it instead of six since it looks like the more modern replacement. |
There's a great attempt happening over in #106 |
Hi all,
I recently started looking into developing a django website using python 3.3, but when looking at django-balanced, I found it isn't compatible with python 3, in part because balanced-python isn't compatible. I'm opening this issue to help gauge interest in updating balanced-python to python 3.
The text was updated successfully, but these errors were encountered: