Python 3 compatibility
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?
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 If any future readers (or you @bradbeattie see this) wants to take up my code, please do. I've only found need for a small part of the code, and not reviewed or tested more than I absolutely needed.
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.