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 compatibility #16

Open
feze opened this issue Sep 2, 2013 · 4 comments
Open

Python 3 compatibility #16

feze opened this issue Sep 2, 2013 · 4 comments

Comments

@feze
Copy link

feze commented Sep 2, 2013

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?

@bradbeattie
Copy link
Owner

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.

@eiriks
Copy link

eiriks commented Mar 27, 2017

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).

@PeterTheOne
Copy link

PeterTheOne commented Mar 27, 2017

@eiriks A pullrequest would be nice :)

@eiriks
Copy link

eiriks commented Mar 27, 2017

@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.

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

4 participants