Python 3?
Closed this issue · 8 comments
Hello,
I'm getting an when trying to install for Python 3.
\foursquare__init__.py", line 690
except FoursquareException, e:
SyntaxError: invalid syntax
Love the library! Any idea on when a Python 3 compatible version will be ready?
No plans for it right now. If you fork it and get it compatible with 2to3, let me know.
Any action on this?
No, sorry, I've been too busy. I'm thinking I should leave it open in case some other kind soul comes along and wants to do it.
Closing this for now. If somebody wants to send a PR that makes this lib compatible for 2 and 3, I'll happily get it merged in.
I sent pull request for this issue, #60 . Please merge that and release new version to PyPI.
Hi Pak,
I'm a git newb. Do you need me to do anything?
Chris
On Tue, Dec 2, 2014 at 10:22 AM, Pak Youngrok notifications@github.com
wrote:
I sent pull request for this issue, #60
#60 . Please merge that
and release new version to PyPI.—
Reply to this email directly or view it on GitHub
#24 (comment)
.
cjr
@dodger487 nothing you need to do.
There's a small bit of cleanup needed to the PR. Once @youngrok finishes that up I'll merge the PR and cut a new version to PyPi.
New version is up: 2014.04.23a
Thanks again @youngrok!