python-vote-core icon indicating copy to clipboard operation
python-vote-core copied to clipboard

Python 3 compatibility

Open feze opened this issue 12 years ago • 4 comments

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?

feze avatar Sep 02 '13 12:09 feze

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.

bradbeattie avatar Sep 04 '13 02:09 bradbeattie

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 avatar Mar 27 '17 09:03 eiriks

@eiriks A pullrequest would be nice :)

PeterTheOne avatar Mar 27 '17 10:03 PeterTheOne

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

eiriks avatar Mar 27 '17 10:03 eiriks