-
Notifications
You must be signed in to change notification settings - Fork 36
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 compatibility #16
Comments
Haven't gotten around to it in truth as I currently have no need. You're more than free to fork and make a Python3 compatible version if it's important enough to you. |
I've done a quick attempt to get this running in python 3, here: https://github.com/eiriks/python3-vote It would also be nice to have pip support (pip install python-vote-core). |
@eiriks A pullrequest would be nice :) |
@PeterTheOne If that means a request for this code ("python-vote-core") to be merged with my changes, I strongly suggest someone with a programming background take a look at it first. |
I wanted to use the module with python 3, but unfortunately it does not work, as far as I can see due to "print ..." instead of "print(...)" in some functions. Are there any plans for a port to python 3?
The text was updated successfully, but these errors were encountered: