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

except SESConnection.ResponseError, err: SyntaxError: invalid syntax #87

Closed
psnma opened this issue Mar 28, 2016 · 6 comments
Closed

except SESConnection.ResponseError, err: SyntaxError: invalid syntax #87

psnma opened this issue Mar 28, 2016 · 6 comments

Comments

@psnma
Copy link

psnma commented Mar 28, 2016

I am using Django 1.9 and Python 3. When runserver:

File "/Users/abc/.virtualenvs/project/lib/python3.4/site-packages/django_ses/init.py", line 173
except SESConnection.ResponseError, err:
^
SyntaxError: invalid syntax

@rluedeman
Copy link

I think it's just an issue with the package that's on https://pypi.python.org/pypi/django-ses. It claims to be django_ses version 0.7, but if you crack open https://pypi.python.org/packages/source/d/django-ses/django-ses-0.7.0.tar.gz#md5=da730a7571b7a94bbd69ccd70b7e8bed, it shows version=0.6. Can someone upload the most recent version of django_ses to pypi?

@pcraciunoiu
Copy link
Contributor

Released on pypi as 0.7.1

You may update your packages and follow up here if you're still seeing the issue.

@psnma
Copy link
Author

psnma commented Mar 30, 2016

I tried to install and could not:

(myenv)iMac:myproject paulo$ pip3 install django-ses==0.7.1
Could not find a version that satisfies the requirement django-ses==0.7.1 (from versions: 0.1, 0.2, 0.3.0, 0.4.0, 0.4.1, 0.6.0, 0.7.0)
No matching distribution found for django-ses==0.7.1

@vatsalshah1990
Copy link

I've the same issue. Is this resolved yet? I'm still only seeing 0.7.0 as the latest version.

@pcraciunoiu
Copy link
Contributor

Probably because I forgot to upload the dist. Sorry. Check now.

@mlissner
Copy link
Contributor

This is six years old and was a packaging mistake fixed ages ago. Suggest closing.

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

5 participants